View source: R/beta_pcoa_stat.R
beta_pcoa_stat | R Documentation |
Input distance matrix and metadata, and manual set metadata column names. Save a table with P-value by Adonis.
beta_pcoa_stat(
dis_mat,
metadata,
groupID = "Group",
result = "beta_pcoa_stat.txt",
pairwise = T,
pairwise_list = "vignettes/compare.txt"
)
dis_mat |
distance matrix, typical output of usearch -beta_div, |
metadata |
matrix or dataframe, including sampleID and groupID; |
groupID |
column name for groupID. |
pairwise |
group pairwise compare, only groups less than 5, T or F. |
pairwise_list |
a file include pairwise list. |
ggplot2 object.
Contact: Yong-Xin Liu metagenome@126.com
Yong-Xin Liu, Yuan Qin, Tong Chen, Meiping Lu, Xubo Qian, Xiaoxuan Guo & Yang Bai. A practical guide to amplicon and metagenomic analysis of microbiome data. Protein Cell, 2020(41), 1-16, DOI: https://doi.org/10.1007/s13238-020-00724-8
Jingying Zhang, Yong-Xin Liu, Na Zhang, Bin Hu, Tao Jin, Haoran Xu, Yuan Qin, Pengxu Yan, Xiaoning Zhang, Xiaoxuan Guo, Jing Hui, Shouyun Cao, Xin Wang, Chao Wang, Hui Wang, Baoyuan Qu, Guangyi Fan, Lixing Yuan, Ruben Garrido-Oter, Chengcai Chu & Yang Bai. NRT1.1B is associated with root microbiota composition and nitrogen use in field-grown rice. Nature Biotechnology, 2019(37), 6:676-684, DOI: https://doi.org/10.1038/s41587-019-0104-4
beta_pcoa
# Set essential 3 parameters: distance matrix, metadata and groupID
beta_pcoa_stat(beta_bray_curtis, metadata, "Group", "beta_pcoa_stat.txt")
# Set 5 parameters: dis_mat, metadata, and groupID, pairwise FLASE, can set pairwise_list in file
beta_pcoa_stat(dis_mat, metadata, groupID="Group", pairwise=F, pairwise_list="vignettes/compare.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.