View source: R/binaryRegulation.R
binaryRegulation | R Documentation |
Locate the binary CREs in regional Heterogeneous network which are experimentally verified.
binaryRegulation(elmentList, regulationType, allRegulation)
elmentList |
a vector consist of elements including circRNA, lncRNA, miRNA ,mRNA or KEGG/Reactome/Wikipathway pathway IDs. |
regulationType |
character string naming the types of CREs which can be located including "circRNA-miRNA", "lncRNA-miRNA", "lncRNA-mRNA", "miRNA-mRNA", "miRNA-pathway", "mRNA-pathway". |
allRegulation |
a logical value indicates exploring all related CREs from the storage (TRUE) or internal CREs between input elements (FALSE). |
The dataframe of regulatory data with the colnames of Node1, Node2, Datasoure and RegulationType.
binaryRegulation(elmentList = c("2309", "3838", "MIMAT0000255"), regulationType = "miRNA-mRNA", allRegulation = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.