Description Usage Arguments Value References See Also Examples
Plot a circos plot showing the miRNA-mRNA interactions
1 2 |
obj |
a corObject whith a net slot already definded |
pval.cutoff |
maximum corrected p value of the selected miRNA-mRNA pairs |
dat.sum |
numeric, minimum concordance across databases of the selected miRNA-mRNA pairs |
n |
(optional) numeric. If specified, limit to the first "n" pairs (sorted by corrected p value) |
sub.miRNA |
(optional) character vector, include only pairs containing these miRNAs. |
sub.mRNA |
(optional) character vector, include only pairs containing these mRNAs. |
a plot
www.circos.ca : Krzywinski MI, Schein JE, Birol I, Connors J, Gascoyne R, Horsman D, Jones SJ, Marra MA. Circos: An information aesthetic for comparative genomics. Genome Research, 2009.
http://cran.r-project.org/web/packages/circlize/index.html
genes_human_h37
, mirnas_human_17_h37
1 2 | data(data.obj)
plotCircos(data.obj, n="50")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.