View source: R/utility_functions.R
coexpression_network_unweighted | R Documentation |
Generates a gene co-expression network by thresholding gene-expression correlations.
coexpression_network_unweighted(
dat,
correlation_method = "spearman",
cor_threshold = 0.5
)
dat |
gene expression data, samples on columns |
correlation_method |
correlation method |
cor_threshold |
numeric threshold used to define edges/links |
igraph
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.