share_miRs: share_miRs

Description Usage Arguments Value Author(s) Examples

View source: R/miRSM.R

Description

Extract common miRNAs of each miRNA sponge module

Usage

1

Arguments

miRExp

A SummarizedExperiment object. miRNA expression data: rows are samples and columns are miRNAs.

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.

miRTarget

A SummarizedExperiment object. Putative miRNA-target binding information.

Modulelist

List object: a list of the identified miRNA sponge modules.

Value

List object: a list of common miRNAs of each miRNA sponge module.

Author(s)

Junpeng Zhang (https://www.researchgate.net/profile/Junpeng_Zhang3)

Examples

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_WGCNA_share_miRs <-  share_miRs(miRExp, ceRExp, mRExp, 
                                      miRTarget, miRSM_WGCNA_SRVC_genes)

miRSM documentation built on April 16, 2021, 6 p.m.