data_load | R Documentation |
This function allows you to load the data recived from amplicon sequencing from MIKI-lab.
data_load(otu, map, tree, min_otu = 0.2, min_sample = 999, verbose = FALSE)
otu |
character string. Otu_table file path. In biom file oldformat from qiime 1.8. |
map |
character string. Mapping file path. In biom file oldformat from qiime 1.8. |
tree |
character string. tree file path. In nexus format from qiime 1.8. |
min_otu |
numeric. Filter OTUs that do not reach this count number |
min_sample |
numeric. Filter samples that do not reach this count number |
verbose |
boolean. If TRUE cat()s step progress |
phylo <- MIKIbiomeR::data_load(otu = otu_path, map = map_path, tree = tree_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.