Description Usage Arguments Value
View source: R/isotopeAnnotation.R
Finds and evaluate isotope candidates for each ion mass.
1 2 3 4 5 6 7 8 9 | isotopeAnnotation(
PeakMtx,
isoNumber = 2,
tolerance = 30,
charge = 1,
scoreThreshold = 0.8,
toleranceUnits = "ppm",
imageVector = NULL
)
|
PeakMtx |
List. An rMSIprocPeakMatrix. Must contain at least the following categories:
|
isoNumber |
Integer. Number of isotopes to be found. |
tolerance |
Integer. Mass tolerance for the candidates in scans or ppms. |
charge |
Integer. Charge of the patterns to be found. |
scoreThreshold |
Numeric. Score value to consider a ion mass a good isotope candidate. Only the ions that have this number or greater will undergo the following isotope searching stages. |
toleranceUnits |
String. Must be 'ppm' or 'scan'. If ToleranceUnits is 'scan' then ImageVector must be the mass channels vector of the rMSI image (rMSIObj$mass). |
imageVector |
Numeric Vector. The mass channels vector of the imaging dataset containing all the scans. |
A list containing the results of the test and other kind of information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.