-
Notifications
You must be signed in to change notification settings - Fork 63
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
trans_diff$new with method "DESeq2" causes error. #412
Comments
Hi. Could you please attach your |
I restarted everything (updated Rstudio) and now it is working. |
Hi there, I am also getting the same error when trying to use DESeq2 when looking at fungal traits across groups (9.1 Fungi data in the tutorial):
I have attached the ttmp_mt object I am using: ttmp_mt.zip Any help is much appreciated! |
Hi. The reason is that taxa_level "func" is not in the tax_table, while the methods like deseq, ALDEx2_t, edgeR and linda are designed for the sequencing abundance of units. The input of these methods inside the function are the abundance table
|
@hanareia I will add more checking and messages in the function for such usages in case of the data mismatch problem. Thanks. |
Hi, thanks for building and maintaining this fantastic package.
I am wanting to use the DESeq2 method in your trans_diff function but come across the following error:
t1 <- trans_diff$new(dataset = me, method = "DESeq2", group = "chimio", alpha = 0.05)
me
class(me$otu_table)
The data I am using works on other methods such as lefse, t.test, metastat, rf, but not ancombc2 which gives the same error.
Any thoughts on what could be causing this and how I can fix it ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: