removeMatrix_kMeansTranspose | R Documentation |
Remove the matrix by performing k-means clustering on the transpose of the peak matrix. The algorithm identifies similar spectral peaks.
removeMatrix_kMeansTranspose( pks_Norharmane, correlation = FALSE, normalize = TRUE )
pks_Norharmane |
Peak Matrix |
correlation |
Binary valiable determining whether to use the correlation of the raw data or the raw data |
normalize |
Binary variable determining whether to normalize the data or not. TIC normalization is used. |
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.