cor_binary | R Documentation |
Generation of positively correlated binary matrix between ceRNAs, or ceRNAs and mRNAs
cor_binary(
ceRExp,
mRExp = NULL,
cor.method = "pearson",
pos.p.value.cutoff = 0.01
)
ceRExp |
A SummarizedExperiment object. ceRNA expression data: rows are samples and columns are ceRNAs. |
mRExp |
NULL (default) or a SummarizedExperiment object. mRNA expression data: rows are samples and columns are mRNAs. |
cor.method |
The method of calculating correlation selected, including 'pearson' (default), 'kendall', 'spearman'. |
pos.p.value.cutoff |
The significant p-value cutoff of positive correlation. |
A binary matrix.
Junpeng Zhang (https://www.researchgate.net/profile/Junpeng-Zhang-2)
Langfelder P, Horvath S. WGCNA: an R package for weighted correlation network analysis. BMC Bioinformatics. 2008, 9:559.
data(BRCASampleData)
cor_binary_matrix <- cor_binary(ceRExp, mRExp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.