knitr::opts_chunk$set(fig.pos="h", out.extra='', fig.align="center") library(mirNet)
Install from gitHub:
devtools::install_github('YC3/mirNet', build_vignettes = TRUE)
Get vignettes in R:
vignette('mirNet')
createBipartiteNet(miRNAs, filename = 'miRNA-gene_interactoin_network', layout = layout_nicely, size.gene = 7, size.miR = 3)
knitr::include_graphics("Figures/microRNA-gene_network.png")
More details will be added soon...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.