SpidermiRvisualize_plot_target {SpidermiR} | R Documentation |
It shows a plot with miRNA and the number of their targets in the network
SpidermiRvisualize_plot_target(data)
data |
The input data is a dataframe containing miRNA network data (e.g. output of SpidermiRanalyze_mirna_network. |
plot
cd<-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE) SpidermiRvisualize_plot_target(data=cd)