The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Finnigan::InjectionData -- a decoder for the injection parameters in a sequence table row

SYNOPSIS

  use Finnigan;
  my $param = Finnigan::InjectionData->decode(\*INPUT);
  $param->dump;

DESCRIPTION

Decodes the data describing the injection that delivered the sample for analysis to the mass specrometer. The data includes the vial label, sample volume, weight, internal standard (ISTD) amount, and dilution factor.

Finnigan::InjectionData is a component of Finnigan::SeqRow

METHODS

decode($stream)

The constructor method

n

Get the sequence table row number

MISSING ACCESSORS

Since I had not seen this object used by the programs, I did not worry about providing the complete interface for it. Accessors may be added for:

volume
injected volume

(what's the difference between "volume" and "injected volume"?

weight
internal standard amount
dilution factor
a couple other numbers of unknown meaning

SEE ALSO

Finnigan::SeqRow

AUTHOR

Gene Selkov, <selkovjr@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Gene Selkov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.