ceRNA.app {CeRNASeek}R Documentation

identify the miRNAs that co-regulate the gene pairs of interest.

Description

The ceRNA function is used to identify the miRNAs that co-regulate the gene pairs of interest. The users can input the genes of interest. Otherwise, all the paired genes were calculated the number of co-regulating miRNAs.

Usage

ceRNA.app(miRtar, targetce = NULL)

Arguments

miRtar

A data frame representing the relationship between miRNA and target. The data frame contains the name of the miRNA and target regulatory relationship.

targetce

a character string (vector) specifying candidate target name to analyse (default (targetce = NULL)).

Details

Note:All the arguments without default value must be assigned.

Value

A list of identified miRNAs that co-regulate the gene pairs containing following components:

Examples

##Here we take the regulatory relationship between six genes and 71 miRNAs.

ceRNA.app(dataset[["miRtar"]],targetce=NULL)


[Package CeRNASeek version 2.1.3 Index]