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

no data rows with required number of counts #40

Open
Chenjlin28 opened this issue Nov 30, 2023 · 0 comments
Open

no data rows with required number of counts #40

Chenjlin28 opened this issue Nov 30, 2023 · 0 comments

Comments

@Chenjlin28
Copy link

Hi,
I hope to apply ComBat_seq to my microbial otu table, my table has 214 cols and 6663 rows, but when I put it in the command below it return 'no data rows with required number of counts'. If there is anyone who could help me check with it, Is there something going wrong with my data? It's all numeric and have some 0 inside.

`> nrow(a)
[1] 6663

adjusted_counts <- ComBat_seq(a, batch=metadata$Souce, group=NULL, full_mod=FALSE)
Found 3 batches
Using null model in ComBat-seq.
Adjusting for 0 covariate(s) or covariate level(s)
Estimating dispersions
Error in dispCoxReid(y, design = design, offset = offset, subset = subset, :
no data rows with required number of counts`

I will appreciate any help!

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

1 participant