Description Usage Arguments Value Examples
View source: R/build_coexp_expressionSet.R
The function generates a dense coexpression network from expression data stored in
the expressionSet data type. Correlation coefficicents are used as to weight the edges
of the nodes (genes). Calls build_coexp_network
.
1 2 3 4 5 6 | build_coexp_expressionSet(
exprsSet,
gene.list,
method = "spearman",
flag = "rank"
)
|
exprsSet |
data class ExpressionSet |
gene.list |
array of gene labels |
method |
correlation method to use, default Spearman's rho |
flag |
string to indicate if the network should be ranked |
net Matrix symmetric
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.