We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Good day! May I know how do I create a phyloseq object with DNAStringSet using qiime2R as shown as below? Your inputs are much appreciated!
DNAStringSet
ps #> phyloseq-class experiment-level object #> otu_table() OTU Table: [ 2432 taxa and 18 samples ] #> sample_data() Sample Data: [ 18 samples by 11 sample variables ] #> tax_table() Taxonomy Table: [ 2432 taxa by 7 taxonomic ranks ] #> phy_tree() Phylogenetic Tree: [ 2432 tips and 2431 internal nodes ] #> refseq() DNAStringSet: [ 2432 reference sequences ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good day!
May I know how do I create a phyloseq object with
DNAStringSet
using qiime2R as shown as below?Your inputs are much appreciated!
The text was updated successfully, but these errors were encountered: