otus_to_db | R Documentation |
Returns AGORA species that a list of Greengenes OTUs were mapped to
otus_to_db(
otus,
database = "Greengenes",
target_db = "AGORA",
data_prefix = "data/OTU_model_mapping_files/",
gg_file_prefix = "gg_13_8_99",
silva_file_prefix = "silva_132_99",
agora_file_suffix = "_toAGORA_97_map.txt",
refseq_file_suffix = "_toRefSeq_97_map.txt"
)
otus |
GG or SILVA OTU abundance table |
database |
Greengenes or SILVA |
target_db |
AGORA or RefSeq |
gg_file_prefix |
File path to output of gg->db vsearch mappings |
silva_file_prefix |
File path to output of silva->db vsearch mappings |
agora_file_suffix |
File path to output of xx-> agora vsearch mappings |
refseq_file_suffix |
File path to output of xx->refseq vsearch mappings |
List of AGORA species to use for model building
otus_to_db(otu_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.