View source: R/speciesPicrustFunctions.R
get_rep_seqs_from_otus | R Documentation |
Returns representative 16S sequences for a set of closed-reference OTU IDs
get_rep_seqs_from_otus(
otus,
database = database_choices[2],
rep_seq_path = "data/rep_seqs/"
)
otus |
List of OTU IDs |
database |
Database/method used for generating populations in the table - currently Greengenes or SILVA |
rep_seq_path |
File path to OTU representative sequences |
Biostrings object containing representative sequences for each OTU in order
get_rep_seqs_from_otus(otu_list, "Greengenes 13_5 or 13_8", "data/rep_seqs/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.