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