Uses of Class
com.compomics.util.experiment.io.biology.protein.Header
Packages that use Header
Package
Description
Protein sequence database indexing classes based on Burrows-Wheeler transform.
Experiment IO classes for biological resources.
Fasta file iterators.
Useful objects for modeling and handling nucleotides.
Classes concerning useful Objects and their operations for modeling and handling proteins.
-
Uses of Header in com.compomics.util.experiment.identification.protein_inference.fm_index
Methods in com.compomics.util.experiment.identification.protein_inference.fm_index that return Header -
Uses of Header in com.compomics.util.experiment.io.biology.protein
Methods in com.compomics.util.experiment.io.biology.protein that return HeaderModifier and TypeMethodDescriptionstatic HeaderHeader.parseFromFASTA(String aFASTAHeader) Factory method that constructs a Header instance based on a FASTA header line. -
Uses of Header in com.compomics.util.experiment.io.biology.protein.iterators
Methods in com.compomics.util.experiment.io.biology.protein.iterators that return HeaderModifier and TypeMethodDescriptionFastaIterator.getLastHeader()Returns the header corresponding to the last protein. -
Uses of Header in com.compomics.util.nucleotide
Methods in com.compomics.util.nucleotide that return HeaderModifier and TypeMethodDescriptionNucleotideSequence.getHeader()This method reports on the nucleotide header.Methods in com.compomics.util.nucleotide with parameters of type HeaderModifier and TypeMethodDescriptionvoidThis method sets the header.Constructors in com.compomics.util.nucleotide with parameters of type HeaderModifierConstructorDescriptionNucleotideSequence(Header aHeader, NucleotideSequenceImpl aSequence) This constructor allows the passing of a Header, as well as an AASequenceImpl for this Protein. -
Uses of Header in com.compomics.util.protein
Methods in com.compomics.util.protein that return HeaderModifier and TypeMethodDescriptionProtein.getHeader()This method reports on the header for the current protein.Methods in com.compomics.util.protein with parameters of type HeaderModifier and TypeMethodDescriptionvoidSimple setter for the header.Constructors in com.compomics.util.protein with parameters of type HeaderModifierConstructorDescriptionProtein(Header aHeader, AASequenceImpl aSequence) This constructor allows the passing of a Header, as well as an AASequenceImpl for this Protein.Protein(Header aHeader, AASequenceImpl aSequence, boolean aTruncated, int aTruncationPosition) This constructor allows the passing of a Header, as well as an AASequenceImpl for this Protein.