powered by
Group features from an msbatch
groupmsbatch( msbatch, dmz = 5, drtagglom = 30, drt = 15, minsamples, minsamplesfrac = 0.25, parallel = FALSE, ncores )
msbatch obtained from setmsbatch or alignmsbatch functions.
mass tolerance between peak groups for grouping in ppm.
rt window for mz partitioning.
rt window for peaks clustering.
minimum number of samples represented in clusters used for grouping.
minimum samples fraction represented in each cluster used for grouping. Used to calculate minsamples in case it is missing.
logical. If TRUE, parallel processing is performed.
number of cores to be used in case parallel is TRUE.
grouped msbatch
# NOT RUN { msbatch <- groupmsbatch(msbatch) # } # NOT RUN { # }
Run the code above in your browser using DataLab