PlotCorrelation {MiRSEA} | R Documentation |
Plot global microRNA(miRNA) correlation profile
Description
plot global miRNA correlation profile for differential weighted scores(dw-score) of miRNAs
Usage
PlotCorrelation(miRlist)
Arguments
miRlist |
A list of miRNA LIST result obtained from the MsReport function |
Author(s)
Junwei Hanhanjunwei1981@163.com,Siyao Liu liusiyao29@163.com
See Also
Examples
## Not run:
#get a list of miRNA list result
miRlist<-GetExampleData("miRList")
#Plot global miRNA correlation profile
PlotCorrelation(miRlist)
## End(Not run)
[Package MiRSEA version 1.1.1 Index]