ceRNA.basic: Identifying miRNA sponge interactions using ceRNA.basic...

Description Usage Arguments Details Value References Examples

View source: R/ceRNA.basic.R

Description

This function predicts ceRNA interactions by ratio or hypergeometric test.

Usage

1
2
ceRNA.basic(miRtar, targetce = NULL, method = "ratio", numMIR = 1,
 cutoff = ifelse(method == "ratio", 1/3, 0.05))

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)).

method

a character string (default "ratio") indicating which statistical method to choose to calculate the ceRNA interaction relationship. One of "ratio" (default), or "hypergeometric", can be abbreviated.

numMIR

a numeric vector that specify the minimum number of 2 gene-shared miRNAs

cutoff

a numeric vector of the method("ratio","hypergeometric") specifying threshold between ceRNA interactions .(default (1/3)).

Details

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

Value

A list of identified miRNA sponge interactions containing following components:

References

Xu J , Feng L , Han Z , et al. Extensive ceRNA–ceRNA interaction networks mediated by miRNAs regulate development in multiple rhesus tissues[J]. Nucleic Acids Research, 2016:gkw587.

Examples

1
2
3
##identifying miRNA sponge interactions
##Here we take six candidate targets(modulators) for example
ceRNA.basic(miRtar=dataset[["miRtar"]],targetce=NULL,method="ratio",numMIR = 1,cutoff =1/3)

CeRNASeek documentation built on April 29, 2020, 9:37 a.m.