View source: R/fct_idbac_get_peaks.R
idbac_get_peaks | R Documentation |
Collapse a sample's MALDIquant peak objects into a single peak object
idbac_get_peaks(
pool,
sampleIDs,
minFrequency = 0,
minNumber = NA,
lowerMassCutoff,
upperMassCutoff,
minSNR,
tolerance = 0.002,
type,
mergeReplicates = TRUE,
method = "strict",
verbose = FALSE
)
pool |
sqlite pool |
sampleIDs |
sample IDs of samples to process |
minFrequency |
|
minNumber |
|
lowerMassCutoff |
masses below this will be removed from analyses |
upperMassCutoff |
masses above this will be removed from analyses |
minSNR |
minimum SNR a a peak must have to be retained |
tolerance |
|
type |
"protein", "small", or "all" |
mergeReplicates |
should replicates be merged? TRUE/FALSE |
method |
bin creation rule. |
verbose |
should minfreq/minnum warning be displayed |
a single trimmed and binned MALDIquant peak object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.