Description Usage Arguments Value Examples
View source: R/SpidermiRvisualize.R
It shows a plot with miRNA and the number of their targets in the network
1 |
data |
The input data is a dataframe containing miRNA network data (e.g. output of SpidermiRanalyze_mirna_network. |
plot
1 2 | cd<-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE)
SpidermiRvisualize_plot_target(data=cd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.