Description Usage Arguments Details Value Author(s) Examples
View source: R/Global_PERMANOVA.R
The PERMANOVA is aimed to assess the association between the overall profile and metadata information. It comprises permutation and ANOVA by using the F distribution to acquire the statistic.
1 | run_PERMANOVA(dataset=ExpressionSet, Group_info="Group", Group_name=NULL, Distance="bray")
|
Group_info, |
Character; design factor(default: "Group"). |
Group_name, |
Character; the group for filtering(default: NULL). |
Distance, |
Character; Normalizing feature(default: Distance="bray"). |
Expression, |
ExpressionSet; (Required) A |
12/4/2021 Guangzhou China
PERMANOVA's results
Hua Zou
1 2 3 | data("ExprSetRawRB")
PERMANOVA_res <- run_PERMANOVA(dataset=ExprSetRawRB, Group_info="Group", Group_name=NULL, Distance="bray")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.