PlotHeatMap: Plot a heat map

Description Usage Arguments Details Author(s) See Also Examples

View source: R/PlotHeatMap.R

Description

Plot a heat map for a microRNA(miRNA) set which co-regulate pathway

Usage

1
PlotHeatMap(miRlist,input.ds,input.cls)

Arguments

miRlist

A list of miRNA LIST result obtained from the MsReport function

input.ds

Input miRNA expression Affymetrix dataset file in GCT format

input.cls

Input class vector (phenotype) file in CLS format

Details

Plots a heatmap of a miRNA set in the expression matrix including phenotype vector and miRNA, sample and phenotype labels

Author(s)

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

See Also

PlotHeatMap, MsReport

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 
#get example data
#input.ds <- readLines("F:/lsy/xin data/GSE36915.gct")
#input.cls <- readLines("F:/lsy/xin data/GSE36915.cls")
input.ds <- GetExampleData("dataset")
input.cls <- GetExampleData("class.labels")

#get a list of miRNA list result
miRlist<-GetExampleData("miRList")
#Plot a heat map
PlotHeatMap(miRlist,input.ds,input.cls)

## End(Not run)

hanjunwei-lab/MiRSEA documentation built on July 5, 2020, 11:02 a.m.