Description Usage Arguments Details
Applies maldi_average_spectra to each group of wells using maldi_tapply.
1 2 3 4 5 6 7 8 | maldi_average_by_well(
object,
method_baseline = "SNIP",
method_average = "mean",
...,
final_trim_range = c(0, Inf),
pivot = "[0-9]_[A-Z]+[0-9]+"
)
|
object |
A (list of) |
method_baseline |
Method for background subtraction. See MALDIquant::removeBaseline. |
method_average |
Method to average replicate measurements. See MALDIquant::averageMassSpectra. |
... |
Arguments passed to |
final_trim_range |
A numeric vector from which the maximum and the minimum value are taken to trim the spectrum to a relevant range. |
pivot |
A regular expression describing the name of a single folder in each tree up to which "groups" and from which "replicates" are established. See Details. |
The wells are identified using pivot
from the associated paths in the
object. See import_layout_from_paths.maldi.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.