Learn R Programming

enviGCMS (version 0.8.0)

plotms: plot GC/LC-MS data as a heatmap with TIC

Description

plot GC/LC-MS data as a heatmap with TIC

Usage

plotms(data, log = FALSE)

Value

heatmap

Arguments

data

imported data matrix of GC-MS

log

transform the intensity into log based 10

Examples

Run this code
if (FALSE) {
png('test.png')
plotms(matrix)
dev.off()
}

Run the code above in your browser using DataLab