Learn R Programming

SpidermiR (version 1.1.8)

SpidermiRvisualize_plot_target: Visualize results obtained by SpidermiRanalyze_mirna_network

Description

It shows a plot with miRNAs and the number of their targets in the network

Usage

SpidermiRvisualize_plot_target(data)

Arguments

data
The input data is a dataframe containing miRNA network data (e.g. output of SpidermiRanalyze_mirna_network.

Value

plot

Examples

Run this code
cd<-data.frame(gA=c('hsa-let-7a','hsa-miR-141'),gB=c('FOXM1','CDK'),stringsAsFactors=FALSE)
SpidermiRvisualize_plot_target(data=cd)

Run the code above in your browser using DataLab