extractSpots {MALDIcellassay}R Documentation

Extract the spot coordinates

Description

Extract the spot coordinates

Usage

extractSpots(spec)

Arguments

spec

list of MALDIquant::MassSpectrum or MALDIquant::MassPeaks objects

Value

Character vector of spot names. If multiple spots are used (e.g. for average spectra) they will be concatenate.

Examples

data(Blank2022spec)
head(extractSpots(Blank2022spec))

[Package MALDIcellassay version 0.4.47 Index]