Description Usage Arguments Value Author(s) Examples
View source: R/lefse_rawdata.R
Prepare data for downstream Lefse analysis using asv.table, taxa info and the grouping metadata
1 | lefse_rawdata(asv.path, taxa.path, group.path, lefse = TRUE)
|
asv.path |
the path of ASVs_table obtained using usearch |
taxa.path |
the path of ASV_taxa info obtained suing usearch |
group.path |
the grouping metadata |
lefse |
the logical value for which data to save |
a txt text file for lefse analysis
ZHonghuiGai
1 | lefse_rawdata(asv.path = "ASVs_norm.txt", taxa.path = "ASV_tax2.txt", group.path = "group.txt", lefse = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.