Description Usage Arguments Details Value Author(s) Examples
View source: R/AA_SimpleCorrelation.R
The correlation among features is calculated by Spearman.
1 | AA_SimpleCC(dataset=ExpressionSet, Group_info="Group", Group_name=NULL, Object="Feature")
|
Group_info, |
Character; design factor(default: "Group"). |
Group_name, |
Character; the group for filtering(default: NULL). |
Object, |
Character; (Required) the variables for correlation(Feature;Meta;Mix). |
Expression, |
ExpressionSet; (Required) ExpressionSet object. |
12/3/2021 Guangzhou China
a list of results Spearman Correlation Coefficient matrix Spearman Correlation Coefficient table
Hua Zou
1 2 3 | data(ExprSetRawRB)
SimpleCC_res <- AA_SimpleCC(dataset=ExprSetRawRB, Group_info="Group", Group_name=NULL, Object="Feature")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.