View source: R/features-kpic2.R
findFeaturesKPIC2 | R Documentation |
Uses the KPIC2 R package to extract features.
findFeaturesKPIC2(
analysisInfo,
kmeans = TRUE,
level = 1000,
...,
parallel = TRUE,
verbose = TRUE
)
analysisInfo |
A |
kmeans |
If |
level |
Passed to |
... |
Further parameters passed to |
parallel |
If set to |
verbose |
If set to |
This function uses KPIC2 to automatically find features. This function is called when calling findFeatures
with
algorithm="kpic2"
.
The MS files should be in the mzML
or mzXML
format.
The input MS data files need to be centroided. The convertMSFiles
function can be used to
centroid data.
An object of a class which is derived from features
.
Ji2017patRoon
findFeatures
for more details and other algorithms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.