OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
SimProtein Struct Reference

Plain data object holding sequence and abundance information on a single protein. More...

#include <OpenMS/SIMULATION/SimTypes.h>

Collaboration diagram for SimProtein:
[legend]

Public Member Functions

 SimProtein (FASTAFile::FASTAEntry &e, MetaInfoInterface &m)
 c'tor More...
 

Public Attributes

FASTAFile::FASTAEntry entry
 FASTAEntry holding the sequence information. More...
 
MetaInfoInterface meta
 MetaInfoInterface holding the abundance information. More...
 

Detailed Description

Plain data object holding sequence and abundance information on a single protein.

Constructor & Destructor Documentation

◆ SimProtein()

c'tor

Member Data Documentation

◆ entry

FASTAEntry holding the sequence information.

◆ meta

MetaInfoInterface holding the abundance information.