eQTLsRegStat | R Documentation |
eQTLs of CREs statistics
eQTLsRegStat(regData, eQTLsData, regulationType, topCREs, filterDegree, selectCREs)
regData |
the standard output of the function binaryRegulationExtract or multieleRegulation. |
eQTLsData |
the standard out of the function eQTLsDetection. |
regulationType |
a character representing the CREs type, it should be one of "circRNA-miRNA", "lncRNA-miRNA", "lncRNA-mRNA", "miRNA-mRNA", "miRNA-pathway", "mRNA-pathway", "circRNA-miRNA-mRNA", "lncRNA-miRNA-mRNA", "miRNA-mRNA-pathway", "lncRNA-miRNA-mRNA-pathway", "circRNA-miRNA-mRNA-pathway". |
topCREs |
an integer representing the number of the top prioritized CREs to exhibit. |
filterDegree |
an integer for filtering the nodes. |
selectCREs |
a vector of elements or CREs. |
eQTLs on CREs statistics with barplot.
eQTLsRegStat(regData = NULL, eQTLsData = NULL, regulationType = "miRNA-mRNA", topCREs = 10, filterDegree = 40, selectCREs = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.