Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: read_sampleinfo.R #3

Closed
kopardev opened this issue Oct 4, 2023 · 2 comments · Fixed by #16
Closed

feat: read_sampleinfo.R #3

kopardev opened this issue Oct 4, 2023 · 2 comments · Fixed by #16
Assignees
Labels
reneeTools RepoName
Milestone

Comments

@kopardev
Copy link
Member

kopardev commented Oct 4, 2023

Read tab delimited file with:

  • replicateName
  • condition or sampleName
  • ... all other columns ... could be used as batch in future

input: path to tsv
output: dataframe like coldata (see here)

@kopardev kopardev self-assigned this Oct 4, 2023
@kopardev kopardev added the reneeTools RepoName label Oct 4, 2023
@kopardev
Copy link
Member Author

kopardev commented Oct 4, 2023

Add basic input file checks in the function ... like:

  • file exists
  • is readable, etc.

@kelly-sovacool
Copy link
Member

contrasts.tsv, groups.tsv, countmatrix.tsv -- make sure groups and contrasts exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reneeTools RepoName
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants