Uses of Class
com.compomics.util.experiment.biology.proteins.Protein
Package | Description |
---|---|
com.compomics.util.experiment.identification.protein_sequences |
Protein sequence handling related classes.
|
com.compomics.util.experiment.io.biology.protein |
Experiment IO classes for biological resources.
|
com.compomics.util.experiment.io.biology.protein.iterators |
Fasta file iterators.
|
-
Uses of Protein in com.compomics.util.experiment.identification.protein_sequences
Constructors in com.compomics.util.experiment.identification.protein_sequences with parameters of type Protein Constructor Description SingleProteinSequenceProvider(Protein protein)
Constructor. -
Uses of Protein in com.compomics.util.experiment.io.biology.protein
Methods in com.compomics.util.experiment.io.biology.protein that return Protein Modifier and Type Method Description Protein
ProteinIterator. getNextProtein()
Returns the next protein. -
Uses of Protein in com.compomics.util.experiment.io.biology.protein.iterators
Methods in com.compomics.util.experiment.io.biology.protein.iterators that return Protein Modifier and Type Method Description Protein
FastaIterator. getNextProtein()