View source: R/features-bruker.R
findFeaturesBruker | R Documentation |
Uses the 'Find Molecular Features' (FMF) algorithm of Bruker DataAnalysis vendor software to find features.
findFeaturesBruker(
analysisInfo,
doFMF = "auto",
startRange = 0,
endRange = 0,
save = TRUE,
close = save,
verbose = TRUE
)
analysisInfo |
A |
doFMF |
Run the 'Find Molecular Features' algorithm before loading compounds. Valid options are: |
startRange , endRange |
Start/End retention range (seconds) from which to collect features. A 0 (zero) for
|
close , save |
If |
verbose |
If set to |
This function uses Bruker to automatically find features. This function is called when calling findFeatures
with
algorithm="bruker"
.
The resulting 'compounds' are transferred from DataAnalysis and stored as features.
This algorithm only works with Bruker data files (.d
extension) and requires Bruker DataAnalysis
and the RDCOMClient package to be installed. Furthermore, DataAnalysis combines multiple related masses in a
feature (e.g. isotopes, adducts) but does not report the actual (monoisotopic) mass of the feature.
Therefore, it is simply assumed that the feature mass equals that of the highest intensity mass peak.
An object of a class which is derived from features
.
If any errors related to DCOM
appear it might be necessary to
terminate DataAnalysis (note that DataAnalysis might still be running as a
background process). The ProcessCleaner
application installed
with DataAnalayis can be used for this.
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.