Description Usage Arguments Value Examples
Classify genes annotated with each biological description into three groups: strongly correlated gene set (SCG), variably correlated gene set (VCG), and weakly correlated gene set (WCG).
1 | separate_variables_sign(obj, obj_cor, data_type, method, th_posi, th_nega)
|
obj |
ASURAT object. |
obj_cor |
***Need clarification*** |
data_type |
Database to use. ***Need clarification*** |
method |
Method for correlation calculation (e.g. "spearman") |
th_posi |
Positive threshold to classify SCG and WCG. |
th_nega |
Negative threshold to classify SCG and WCG. |
ASURAT object.
1 2 3 4 5 | separate_variables_sign(obj = object,
obj_cor = day1_norm_cor,
data_type = "DO",
method = "spearman",
th_posi = 0.40, th_nega = -0.20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.