
Last chance! 50% off unlimited learning
Sale ends in
plot GC/LC-MS data as a heatmap with TIC
plotms(data, log = FALSE)
heatmap
imported data matrix of GC-MS
transform the intensity into log based 10
if (FALSE) {
png('test.png')
plotms(matrix)
dev.off()
}
Run the code above in your browser using DataLab