TraData object plus file I/O.
More...
#include <TraDataFile.hpp>
List of all members.
Public Member Functions |
| TraDataFile (const std::string &filename, const Reader *reader=0) |
| constructs TraData object backed by file; reader==0 -> use DefaultReaderList
|
void | write (const std::string &filename, const WriteConfig &config=WriteConfig()) |
| member write function
|
bool | empty () const |
| returns true iff all members are empty
|
const std::string & | version () const |
| returns the version of this traML document; for a document created programmatically, the version is the current release version of traML; for a document created from a file/stream, the version is the schema version read from the file/stream
|
| TraData () |
virtual | ~TraData () |
Additional Inherited Members |
std::string | id |
| for internal use: not currently in the schema
|
std::vector< CV > | cvs |
| List of controlled vocabularies used in a TraML document note: one of the <cv> elements in this list MUST be the PSI MS controlled vocabulary.
|
std::vector< ContactPtr > | contactPtrs |
| List of contacts referenced in the generation or validation of transitions.
|
std::vector< Publication > | publications |
| List of publications from which the transitions were collected or wherein they are published.
|
std::vector< InstrumentPtr > | instrumentPtrs |
| List of instruments on which transitions are validated.
|
std::vector< SoftwarePtr > | softwarePtrs |
| List of software packages used in the generation of one of more transitions described in the document.
|
std::vector< ProteinPtr > | proteinPtrs |
| List of proteins for which one or more transitions are intended to identify.
|
std::vector< PeptidePtr > | peptidePtrs |
| List of compounds (including peptides) for which one or more transitions are intended to identify.
|
std::vector< CompoundPtr > | compoundPtrs |
std::vector< Transition > | transitions |
| List of transitions.
|
TargetList | targets |
| List of precursor m/z targets to include or exclude.
|
std::string | version_ |
Detailed Description
TraData object plus file I/O.
Definition at line 37 of file TraDataFile.hpp.
Constructor & Destructor Documentation
pwiz::tradata::TraDataFile::TraDataFile |
( |
const std::string & |
filename, |
|
|
const Reader * |
reader = 0 |
|
) |
| |
Member Function Documentation
static write function for any TraData object;
Referenced by test().
void pwiz::tradata::TraDataFile::write |
( |
const std::string & |
filename, |
|
|
const WriteConfig & |
config = WriteConfig() |
|
) |
| |
The documentation for this struct was generated from the following file:
- /Users/parag/_Research/pwiz/svn/trunk/pwiz/pwiz/data/tradata/TraDataFile.hpp