Uses of Enum
com.compomics.util.experiment.io.biology.protein.ProteinDatabase
Packages that use ProteinDatabase
Package
Description
Protein sequence database indexing classes based on Burrows-Wheeler transform.
Experiment IO classes for biological resources.
-
Uses of ProteinDatabase in com.compomics.util.experiment.identification.protein_inference.fm_index
Methods in com.compomics.util.experiment.identification.protein_inference.fm_index that return ProteinDatabase -
Uses of ProteinDatabase in com.compomics.util.experiment.io.biology.protein
Fields in com.compomics.util.experiment.io.biology.protein with type parameters of type ProteinDatabaseModifier and TypeFieldDescriptionfinal HashMap<ProteinDatabase, Integer> FastaSummary.databaseTypeThe database type occurrence in the FASTA file.Methods in com.compomics.util.experiment.io.biology.protein that return ProteinDatabaseModifier and TypeMethodDescriptionHeader.getDatabaseType()Returns the database type as inferred from the header structure.ProteinDatabase.getProteinDatabase(String fullName) Returns the protein database with the given full name, null if not found.ProteinDetailsProvider.getProteinDatabase(String accession) Returns the the protein database for the given protein.static ProteinDatabaseReturns the enum constant of this type with the specified name.static ProteinDatabase[]ProteinDatabase.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.io.biology.protein with parameters of type ProteinDatabaseModifier and TypeMethodDescriptionstatic StringHeader.getDatabaseTypeAsString(ProteinDatabase databaseType) Convenience method returning the database name as a String.voidHeader.setDatabaseType(ProteinDatabase aDatabaseType) Sets the database type.Constructor parameters in com.compomics.util.experiment.io.biology.protein with type arguments of type ProteinDatabase