InSilicoSpectro::Spectra::MSMSCmpd - InSilicoSpectro::Spectra::MSMSCmpd documentation


InSilicoSpectro documentation  | view source Contained in the InSilicoSpectro distribution.

Index


NAME

Top

InSilicoSpectro::Spectra::MSMSCmpd

DESCRIPTION

Top

General framework for ms/ms compound (fragmenetaion spectra)

FUNCTION

Top

METHODS

Top

$cmpd->title2acquTime

Try to deduce acquisition from the title (and @title2acquTime_regexes) if it was not defined

$sp->precursor_charges()

Return an array of the possible for the precursor

COPYRIGHT

Top

AUTHORS

Top

Alexandre Masselot, www.genebio.com

parent data

All the data is stroed in arrays, the peakdescriptors (for parent and fragment) are responsible for stating what is the info stroed in each fields;

All the data (peak data) associated with the parent ion Ex =head3 setParentData(\@vals | ($index, $val))

getParentData (?$i)

if $i is defined, returns argument index $i. If not, it returns the array with all the values;

Peaks

addPeaks(\@peakList)

add a list of peaks

setters/getters

set($name, $val)

get($name)

label([$name], [$value])

gets or sets a label to this compound and saves it in the hash 'label' with an optional corresponding value


InSilicoSpectro documentation  | view source Contained in the InSilicoSpectro distribution.