Description Usage Arguments Value Examples
View source: R/methods.plots.R
Count and plot the numbers of microRNA correlated features in
cmicroRNA
object.
1 | cor_venn_diagram(ob, study, ...)
|
ob |
A cmicroRNA or cTF object such as this returned by calling cmicroRNA or cTF. |
study |
A |
... |
Other options |
A venn diagram with a circle or an ellipses for each microRNA and the number of correlated features.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # locate the testset file and connect
fl <- system.file('extdata', 'cRegulome.db', package = 'cRegulome')
conn <- RSQLite::dbConnect(RSQLite::SQLite(), fl)
# enter a custom query with different arguments
dat <- get_mir(conn,
mir = c('hsa-let-7g', 'hsa-let-7i'),
study = 'STES')
# make a cmicroRNA object
cmir <- cmicroRNA(dat)
# make graph
cor_venn_diagram(cmir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.