removeMatrix_compareAu | R Documentation |
Remove the matrix by comparing anatomically similar regions of the tissue to a reference image taken with a gold matrix. Assesses the degree of similarity between peaks.
removeMatrix_compareAu( pks_Norharmane, pks_Au, use_average = FALSE, align_calib = "rMSIproc" )
pks_Norharmane |
Peak Matrix |
pks_Au |
Peak Matrix with gold coating |
use_average |
Use average of each region if true. Use all the pixels in the region if false. |
align_calib |
Alignement and calibration algorithm to use. "old": merges the peaks that are within a fixed threshold m/z distance. "rMSIproc": uses the function MergePeakMatrices in rMSIproc |
List of mass indices considered to be endogenous. The rest of the peaks are deamed as matrix related or non-anatomically relevant.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.