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

timecourseTable crashes, differing row numbers #7

Open
cvahlensieck opened this issue Oct 6, 2022 · 1 comment
Open

timecourseTable crashes, differing row numbers #7

cvahlensieck opened this issue Oct 6, 2022 · 1 comment

Comments

@cvahlensieck
Copy link

Thank you for supplying TCseq!

When running timecourseTable(tca, value = "expression", norm.method = "rpkm", filter = TRUE), I get the following error:

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)

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.?

@MengjunWu
Copy link
Owner

Hi,

Did you check if the column names of your count table match the time points in the design table in the TCA object?

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

No branches or pull requests

2 participants