-
Notifications
You must be signed in to change notification settings - Fork 37
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
Encounter errors in diff_analysis #40
Comments
The example does lack sufficient information, I cannot reproduce your issue. But I can build an
|
By the way, the following is my R session information. And the version of
|
Hey, thank you for your fast answer and your suggested approach. I will just quickly double check your R session information with mine to make sure I used the right libraries. Furthermore I try to reproduce your suggestion above to convert it to MPSE. In case it should fail again, I will send you my metadata and the code used to produce the ps object "lime" and it's location based subset "lime_dud" via e-mail. I appreciate your willingness to help a lot! Cheers and I keep you posted |
Hello again I encounter the same error on the command:> taxonomy(mpse) <- taxatab and you should have received a mail with my metadata. The packages check out so far, but still here is my session info:
|
I checked the taxonomy table and found some
Or you can use
Then you can use
|
Hello all
First of all, I really appreciate this package and so far I like it a lot, thank you for your work. It's my first try to get an issue solved via the github community and I will try my best to make it reproducible. It think my issue is similar to this closed issue here -> #Error in seq_len(ncol(taxdf)) : argument must be coercible to non-negative integer #13
My issue: I'd like to make a diff_analysis and later process it to ggdiffclade but fail to produce the object "deres <- diff_analysis(......). The code works just fine when using the provided example data. However, my command stops with following error message:
Error in seq_len(ncol(taxdf)) :
argument must be coercible to non-negative integer
In addition: Warning message:
In seq_len(ncol(taxdf)) : first element used of 'length.out' argument
My assumption is, that the code can not handle certain structures within my data, more precisely the tax_table within my phyloseq object, as unassigned taxa get the entry e.g "g__" instead of "g__Gaiella".
My ps object consists of an otu_table(), tax_table() and sample_data() and looks like this:
I tried several work-arounds such as converting my ps object to MPSE via the as.MPSE() command but keep getting the same error message:
Any help is certainly appreciated, if the example lacks sufficient information to reproduce or understand my issue I am glad to provide further infos. Thanks in advance and best regards
The text was updated successfully, but these errors were encountered: