qfeat_statistical | R Documentation |
The function qfeat_statistical
uses the input from QFeatures
and creates an
adjacency matrix based on statistical methods using the MetNet
package.
The function includes functionality to calculate adjacency matrices based on
LASSO (L1 norm)-regression, random forests, context likelihood of
relatedness (CLR), the algorithm for the reconstruction of accurate
cellular networks (ARACNE), Pearson correlation (also partial and
semipartial), Spearman correlation (also partial and semipartial)
and score-based structure learning (Bayes). The function returns a
list of adjacency matrices that are defined by model
.
Additionally, for pearson and/or spearman correlation also the negative
correlation values and the corresponding p-Value is calculated and listed,
when p
is set to TRUE.
qfeat_statistical(x, assay_name = "features", na.omit = FALSE, ...)
x |
@param assay_name
@param ...
Insert here parameter from |
qfeat_statistical
extracts required information from a QFeatures
input
and builds data.frames containing intensity informations of all samples.
Then the function statistical
from the MetNet
package is applied
to calculate adjacency matrices based on
LASSO (L1 norm)-regression, random forests, context likelihood of
relatedness (CLR), the algorithm for the reconstruction of accurate
cellular networks (ARACNE), Pearson correlation (also partial and
semipartial), Spearman correlation (also partial and semipartial)
and Constraint-based structure learning (Bayes).
The default of p
is FALSE. Then all types can be selected in model
.
The positive correlation value will be displayed in the correlation matrix.
If p
is set to TRUE, only "pearson" and/or "spearman" correlation may be
selected. As output positive and negative correlation values will be displayed.
Morover their corresponding p-values will be added to the list.
@return
list
containing the respective adjacency matrices specified by
model
. It pis TRUE, also the corresponding p-values of Spearman and/or Pearson Correlation will be added to the
list'.
Liesa Salzer, liesa.salzer@helmholtz-muenchen.de
####### To be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.