-
Notifications
You must be signed in to change notification settings - Fork 187
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
Taxa names coming up as random words #1762
Comments
Because you are making a matrix of random words. |
How do I change it to the taxa names I have from dada2? I am new to R |
Did you already make a taxonomy table in dada2? |
I did, using this code
Would I have to use the code from the green "Alternatives: IdTaxa" box instead? I don't see how my output from the original code would fit in with the otu table code to ultimately make the phyloseq object |
If you continue following the dada2 tutorial, it includes the "handoff to phyloseq" section with code for creating the phyloseq object from the sequence table and the taxonomy table. Have you looked at that code? |
With tis method, the plots look nice, despite being full of random words. Tutorial from https://joey711.github.io/phyloseq/import-data.html#import_biom
|
My code and output is as follows
`> # Create a taxonomy table
Why am I getting random words for my OTU table (such as "print", "why", "debate", "quarter") and not the actual names of the bacterial classes (such as "Gammaproteobacteria", "Bacilli", "Actinobacteria")? And how do I amend this issue?
The text was updated successfully, but these errors were encountered: