We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for supplying TCseq!
When running timecourseTable(tca, value = "expression", norm.method = "rpkm", filter = TRUE), I get the following error:
timecourseTable(tca, value = "expression", norm.method = "rpkm", filter = TRUE)
Error in names(x) <- value : 'names' attribute [53] must be the same length as the vector [1]
When running in FC mode instead, I get the following error: tca <- timecourseTable(tca, value = "FC", norm.method = "rpkm", filter = TRUE)
tca <- timecourseTable(tca, value = "FC", norm.method = "rpkm", filter = TRUE)
Error in data.frame(..., check.names = FALSE) : arguments imply differing number of rows: 26596, 0
I am running on R 4.2. Could it be that some dataframe functions changed their behavior so that TCseq might miss some columns, indices, etc.?
The text was updated successfully, but these errors were encountered:
Hi,
Did you check if the column names of your count table match the time points in the design table in the TCA object?
Sorry, something went wrong.
No branches or pull requests
Thank you for supplying TCseq!
When running
timecourseTable(tca, value = "expression", norm.method = "rpkm", filter = TRUE)
, I get the following error:When running in FC mode instead, I get the following error:
tca <- timecourseTable(tca, value = "FC", norm.method = "rpkm", filter = TRUE)
I am running on R 4.2. Could it be that some dataframe functions changed their behavior so that TCseq might miss some columns, indices, etc.?
The text was updated successfully, but these errors were encountered: