Description Usage Arguments Value
FormatPeakMatrix. Formats a C style peak matrix generated by MTPeakPicking::BinPeaks() to a rMSIprocPeakMatrix. If the original motors matrix posMotors is not provided, a copy of posMat will be used.
1 | FormatPeakMatrix(cPeakMatrix, posMat, numPixels, names, uuid, posMotors = NULL)
|
cPeakMatrix |
a peak matrix with the same format as retured by MTPeakPicking::BinPeaks(). |
posMat |
a rMSI image pos matrix. |
numPixels |
a vector including the number of pixels of each sample. |
names |
a vector of strings with the name of each sample. |
uuid |
a vector of img UUID to be also stored in peak matrices |
posMotors |
a rMSI image original motros coordinates matrix. |
the formated matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.