Description Usage Arguments Value
View source: R/peakList2imzML.R
import a processed imzML file to a rMSIproc peak list object.
1 2 3 4 | import_imzMLpeakList(
imzML_File,
ibd_File = paste(sub("\\.[^.]*$", "", imzML_File), ".ibd", sep = "")
)
|
imzML_File |
full path to .imzML file. |
ibd_File |
path to the binary file (default the same as imzML file but with .ibd extension) |
a list containing: the peakList, the rMSI formated position matrix and the pixel size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.