Description Usage Arguments Value Author(s) References Examples
Cancer enrichment analysis of miRNA sponge modules using hypergeometric distribution test
1 | module_CEA(ceRExp, mRExp, Cancergenes, Modulelist)
|
ceRExp |
A SummarizedExperiment object. ceRNA expression data: rows are samples and columns are ceRNAs. |
mRExp |
A SummarizedExperiment object. mRNA expression data: rows are samples and columns are mRNAs. |
Cancergenes |
A SummarizedExperiment object: a list of cancer genes given. |
Modulelist |
List object: a list of the identified miRNA sponge modules. |
Cancer enrichment significance p-values of the identified miRNA sponge modules
Junpeng Zhang (https://www.researchgate.net/profile/Junpeng_Zhang3)
Johnson NL, Kotz S, Kemp AW (1992) "Univariate Discrete Distributions", Second Edition. New York: Wiley.
1 2 3 4 5 6 7 8 9 | data(BRCASampleData)
modulegenes_WGCNA <- module_WGCNA(ceRExp, mRExp)
# Identify miRNA sponge modules using sensitivity RV coefficient (SRVC)
miRSM_WGCNA_SRVC <- miRSM(miRExp, ceRExp, mRExp, miRTarget,
modulegenes_WGCNA, method = "SRVC",
SMC.cutoff = 0.01, RV_method = "RV")
miRSM_WGCNA_SRVC_genes <- miRSM_WGCNA_SRVC[[2]]
miRSM.CEA.pvalue <- module_CEA(ceRExp, mRExp, BRCA_genes,
miRSM_WGCNA_SRVC_genes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.