module_miRsponge | R Documentation |
Extract miRNA sponge interactions of each miRNA sponge module
module_miRsponge(Modulelist)
Modulelist |
List object: a list of the identified miRNA sponge modules. |
List object: miRNA sponge interactions of each miRNA sponge module.
Junpeng Zhang (https://www.researchgate.net/profile/Junpeng-Zhang-2)
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_WGCNA_miRsponge <- module_miRsponge(miRSM_WGCNA_SRVC_genes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.