View source: R/pairMicroTest.R
pairMicroTest | R Documentation |
Input phyloseq object, test method and distance type
pairMicroTest(ps = ps, Micromet = "anosim", dist = "bray")
ps |
alternative input; |
Micromet |
statistics default by adonis, alternative anosim or MRPP; |
dist |
distance type, including "unifrac" "wunifrac" "dpcoa" "jsd" "manhattan" "euclidean" "canberra" "bray" "kulczynski" "jaccard" "gower" "altGower" "morisita" "horn" "mountford" "raup" "binomial" "chao" "cao" "w" "-1" "c" "wb" "r" "I" "e" "t" "me" "j" "sor" "m" "-2" "co"; |
otu |
OTU/ASV table; |
map |
Sample metadata; |
tree |
tree/nwk file; |
group |
group ID; |
method |
DCA, CCA, RDA, NMDS, MDS, PCoA, PCA, LDA; |
pvalue.cutoff |
Pvalue threshold, default in 0.05; |
By default, input phyloseq object include metadata and otutab The available diversity indices include the following:
most used indices: bray unifrac wunifrac
other used indices: dpcoa jsd manhattan euclidean canberra kulczynski jaccard gower altGower morisita horn mountford raup binomial chao cao w -1 c wb r I e t me j sor m -2 co
stat table
Contact: Tao Wen 2018203048@njau.edu.cn, Yong-Xin Liu yxliu@genetics.ac.cn
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
BetaDiv beta_pcoa beta_cpcoa
# Input phyloseq format input, and options group, method and distance
# 鐢熸垚phyloseq瀵硅薄
ps=phyloseq(otu_table(otutab_rare, taxa_are_rows=TRUE), sample_data(metadata))
pairMicroTest (ps=ps, Micromet="anosim", dist="bray")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.