AA_SimpleCC: Association Analysis by Spearman correlation coefficient

Description Usage Arguments Details Value Author(s) Examples

View source: R/AA_SimpleCorrelation.R

Description

The correlation among features is calculated by Spearman.

Usage

1
AA_SimpleCC(dataset=ExpressionSet, Group_info="Group", Group_name=NULL, Object="Feature")

Arguments

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.

Details

12/3/2021 Guangzhou China

Value

a list of results Spearman Correlation Coefficient matrix Spearman Correlation Coefficient table

Author(s)

Hua Zou

Examples

1
2
3
data(ExprSetRawRB)

SimpleCC_res <- AA_SimpleCC(dataset=ExprSetRawRB, Group_info="Group", Group_name=NULL, Object="Feature")

HuaZou/MyRtools documentation built on Jan. 6, 2022, 8:56 a.m.