ProteoWizard
|
Creates pseudo-2D-gel images from survey scan data. More...
#include <Pseudo2DGel.hpp>
Classes | |
struct | Config |
Holds the configuration for an instance of Pseudo2DGel. More... |
Public Types | |
enum | MarkupShape { circle = 0, square = 1 } |
Public Member Functions | |
Pseudo2DGel (const MSDataCache &cache, const Config &config) | |
MSDataAnalyzer interface | |
virtual void | open (const DataInfo &dataInfo) |
start analysis of the data | |
virtual UpdateRequest | updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const |
ask analyzer if it wants an update | |
virtual void | update (const DataInfo &dataInfo, const Spectrum &spectrum) |
analyze a single spectrum | |
virtual void | close (const DataInfo &dataInfo) |
end analysis of the data | |
![]() | |
virtual | ~MSDataAnalyzer () |
Private Member Functions | |
Pseudo2DGel (Pseudo2DGel &) | |
Pseudo2DGel & | operator= (Pseudo2DGel &) |
Private Attributes | |
boost::shared_ptr< Impl > | impl_ |
Friends | |
struct | prob_comp |
Creates pseudo-2D-gel images from survey scan data.
The Pseudo2DGel class is a data analyzer that constructs an image from data in to the update method by a MSDataAnalyzerDriver object. FT and IT scans are separated and, if present, used to construct two separate images. Output is controlled by the Pseudo2DGel::Config object passed to the constructor.
Definition at line 48 of file Pseudo2DGel.hpp.
Definition at line 52 of file Pseudo2DGel.hpp.
pwiz::analysis::Pseudo2DGel::Pseudo2DGel | ( | const MSDataCache & | cache, |
const Config & | config | ||
) |
|
private |
|
virtual |
start analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
ask analyzer if it wants an update
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
analyze a single spectrum
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
end analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
private |
|
friend |
Definition at line 148 of file Pseudo2DGel.hpp.
|
private |
Definition at line 143 of file Pseudo2DGel.hpp.