-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
DESeqDatasetFromMatrix() doesn’t like tibbles? #448
Comments
I would lean toward changing to a matrix, since that is what the function explicitly asks for. This is also what we model in the exercise notebook: training-modules/RNA-seq/06-openpbta_heatmap.Rmd Lines 127 to 155 in fa3abe5
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There were 3 or 4 participants who encountered this problem at March 2021 workshops.
They had a tibble and tried to turn it into a DESeqDataSet. The error returned is something about row.names() but an as.data.frame() solves the problem. Idk that this requires a change in instruction but it was a common problem so I figured we should have it written down.
The text was updated successfully, but these errors were encountered: