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

DIANE fails when DE analysis is performed #46

Open
kostasgalexiou opened this issue Oct 6, 2023 · 3 comments
Open

DIANE fails when DE analysis is performed #46

kostasgalexiou opened this issue Oct 6, 2023 · 3 comments

Comments

@kostasgalexiou
Copy link

Hi,

When I launch DIANE locally and then try to perform the DE analysis, I get the following error.

Warning in edgeR::DGEList(counts = tcc$count, lib.size = tcc$norm.factors,  :
  norm factors don't multiply to 1

Warning in estimateDisp.default(y = y$counts, design = design, group = group,  :
  No residual df: setting dispersion to NA

Warning: Error in glmFit.default: NA dispersions not allowed```

Is it related to my data or it has to do with something else? Please let me know so I can provide you with some extra information.

Thanks
@Alexandre-So
Copy link
Contributor

Hello,

This can indeed be related to your data. Could you send me your count matrix at "alexandre.soriano@cirad.fr", so I can try to reproduce this error ?

This will of course remain private.

Best,

@kostasgalexiou
Copy link
Author

kostasgalexiou commented Oct 6, 2023 via email

@Alexandre-So
Copy link
Contributor

Hi Kostsa,

Indeed, that was the main error !

There is also another small problem in your count matrix. If you look at the 5 last lines, you can see that it concerns global information about the counts.

You should remove these lines.

Best,
Alexandre

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