plotms | R Documentation |
plot GC/LC-MS data as a heatmap with TIC
plotms(data, log = FALSE)
data |
imported data matrix of GC-MS |
log |
transform the intensity into log based 10 |
heatmap
## Not run: library(faahKO) cdfpath <- system.file('cdf', package = 'faahKO') cdffiles <- list.files(cdfpath, recursive = TRUE, full.names = TRUE) matrix <- getmd(cdffiles[1]) png('test.png') plotms(matrix) dev.off() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.