format2lefse | R Documentation |
Input otutab, taxonomy and metadata, and manual set abundance threshold and metadata column names. dplyr merge taxonomy.
format2lefse(
otutab,
taxonomy,
metadata,
thre = 0.01,
groupID = "Group",
output = "LEfSe.txt"
)
otutab |
OTUID in row and normalized OTU table |
taxonomy |
Taxonomy include seven taxonomy level in tsv format |
metadata |
matrix or dataframe, including sampleID and groupID |
thre |
threshold of OTU abundance, especially for lefse create properly cladogram |
groupID |
column name for group ID. |
By default, written 2 file
LEfSe input with or without taxonomy letter.
Contact: Yong-Xin Liu metagenome@126.com
Jingying Zhang, Yong-Xin Liu, et. al. NRT1.1B is associated with root microbiota composition and nitrogen use in field-grown rice. Nature Biotechnology 37, 676-684, doi:10.1038/s41587-019-0104-4 (2019). DOI: https://doi.org/10.1038/s41587-019-0104-4
format2stamp
# Set six parameters: three input files, and three parameters
format2lefse(otutab, taxonomy, metadata, thre = 0.01, groupID = "Group", output = "LEfSe.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.