Description Usage Arguments Value
View source: R/build_coexp_GEOID.R
The function generates a dense coexpression network from expression data stored in
GEO. The expression data is downloaded from GEO. Correlation coefficicents are used
as to weight the edges of the nodes (genes). Calls get_expression_matrix_from_GEO
and build_coexp_network
.
1 | build_coexp_GEOID(gseid, gene.list, method = "spearman", flag = "rank")
|
gseid |
string GEO ID of expression experiment |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.