Learn R Programming

MiRSEA (version 1.1.1)

PlotRunEnrichment: Plot running microRNAs(miRNAs) enrichment score

Description

Plot running miRNAs enrichment score for the input pathway

Usage

PlotRunEnrichment(miRlist)

Arguments

miRlist

A list of miRNA LIST result obtained from the MsReport function

Author

Junwei Hanhanjunwei1981@163.com,Siyao Liu liusiyao29@163.com

See Also

MsReport

Examples

Run this code
if (FALSE) {
#get a list of miRNA list result
miRlist<-GetExampleData("miRList")
#Plot running miRNA enrichment score
PlotRunEnrichment(miRlist)
}

Run the code above in your browser using DataLab