## Read any supported MS imaging file
readMSIData(file, ...)
## Read imzML files
readImzML(name, folder=getwd(), attach.only=FALSE,
mass.accuracy=200, units.accuracy=c("ppm", "mz"), ...)
## Read Analyze 7.5 files
readAnalyze(name, folder=getwd(), attach.only=FALSE, ...)
Binmat
on-disk matrix for reading on-demand, rather than loading the data into memory. This feature is still experimental.MSImageSet
object.
The readImzML
function currently supports reading and returning the 'continuous' and 'processed' formats. Note that support for the 'processed' format was added in version 1.3.0 and is still considered experimental and under development.
MSImageSet