MicroTest | R Documentation |
Input phyloseq object, test method and distance type
MicroTest(
otu = NULL,
map = NULL,
ps = ps,
group = "Group",
Micromet = "MRPP",
dist = "bray"
)
otu |
OTU/ASV table; |
map |
Sample metadata; |
ps |
alternative input; |
group |
group ID; |
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"; |
tree |
tree/nwk file; |
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
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 otutab, metadata, and options group, method and distance
MicroTest(otu = otutab_rare, map = metadata, group = "Group", Micromet = "MRPP", dist = "bray")
# Input phyloseq format input, and options group, method and distance
MicroTest(ps = ps, group = "Group", Micromet = "MRPP", dist = "bray")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.