public class ProteinSequence extends AbstractSequence<AminoAcidCompound>
AbstractSequence.AnnotationType
Constructor and Description |
---|
ProteinSequence(ProxySequenceReader<AminoAcidCompound> proxyLoader)
A protein sequence where the storage of the sequence is somewhere else.
|
ProteinSequence(ProxySequenceReader<AminoAcidCompound> proxyLoader,
CompoundSet<AminoAcidCompound> compoundSet)
A protein sequence where the storage of the sequence is somewhere else
with user defined set of amino acids.
|
ProteinSequence(String seqString)
Create a protein from a string
|
ProteinSequence(String seqString,
CompoundSet<AminoAcidCompound> compoundSet)
Create a protein from a string with a user defined set of amino acids
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
setParentDNASequence(AbstractSequence<NucleotideCompound> parentDNASequence,
Integer begin,
Integer end)
A Protein sequence can be stand alone or loaded from a transcript
sequence.
|
addFeature, addFeature, addNote, countCompounds, equals, getAccession, getAnnotationType, getAsList, getBioBegin, getBioEnd, getComments, getCompoundAt, getCompoundSet, getDatabaseReferences, getDescription, getFeatureRetriever, getFeatures, getFeatures, getFeatures, getFeaturesByType, getFeaturesKeyWord, getIndexOf, getInverse, getLastIndexOf, getLength, getNotesList, getOriginalHeader, getParentSequence, getProxySequenceReader, getReferences, getSequenceAsString, getSequenceAsString, getSequenceScore, getSource, getSubSequence, getTaxonomy, getUserCollection, hashCode, iterator, removeFeature, removeNote, setAccession, setAnnotationType, setBioBegin, setBioEnd, setComments, setCompoundSet, setDatabaseReferences, setDescription, setFeatureRetriever, setFeaturesKeyWord, setNotesList, setOriginalHeader, setParentSequence, setProxySequenceReader, setReferences, setSequenceScore, setSource, setTaxonomy, setUserCollection, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public ProteinSequence(String seqString) throws CompoundNotFoundException
seqString
- CompoundNotFoundException
public ProteinSequence(String seqString, CompoundSet<AminoAcidCompound> compoundSet) throws CompoundNotFoundException
seqString
- compoundSet
- CompoundNotFoundException
public ProteinSequence(ProxySequenceReader<AminoAcidCompound> proxyLoader)
proxyLoader
- public ProteinSequence(ProxySequenceReader<AminoAcidCompound> proxyLoader, CompoundSet<AminoAcidCompound> compoundSet)
proxyLoader
- compoundSet
- public void setParentDNASequence(AbstractSequence<NucleotideCompound> parentDNASequence, Integer begin, Integer end)
parentDNASequence
- begin
- end
- Copyright © 2000–2019 BioJava. All rights reserved.