Package | Description |
---|---|
com.compomics.util.experiment.biology |
This package contains experiement classes related to biological entities.
|
com.compomics.util.protein |
The classes in this package concern useful Objects and their
operations for modelling and handling proteins.
|
Modifier and Type | Method and Description |
---|---|
Header.DatabaseType |
Protein.getDatabaseType()
Getter for the protein database type.
|
Constructor and Description |
---|
Protein(String accession,
Header.DatabaseType databaseType,
String sequence,
boolean isDecoy)
Constructor for a protein.
|
Modifier and Type | Method and Description |
---|---|
Header.DatabaseType |
Header.getDatabaseType() |
static Header.DatabaseType |
Header.DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Header.DatabaseType[] |
Header.DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Header.setDatabaseType(Header.DatabaseType aDatabaseType) |
Copyright © 2013. All Rights Reserved.