Uses of Interface
org.biojava.nbio.core.sequence.template.CompoundSet
Packages that use CompoundSet
Package
Description
Set of classes that handles the reading and writing of xml files.
- 
Uses of CompoundSet in org.biojava.nbio.aaproperties.xml
Classes in org.biojava.nbio.aaproperties.xml that implement CompoundSetModifier and TypeClassDescriptionclassSet of proteinogenic amino acids.class - 
Uses of CompoundSet in org.biojava.nbio.alignment.template
Methods in org.biojava.nbio.alignment.template that return CompoundSetModifier and TypeMethodDescriptionprotected abstract CompoundSet<C> AbstractMatrixAligner.getCompoundSet()protected CompoundSet<C> AbstractPairwiseSequenceAligner.getCompoundSet()protected CompoundSet<C> AbstractProfileProfileAligner.getCompoundSet() - 
Uses of CompoundSet in org.biojava.nbio.core.alignment
Methods in org.biojava.nbio.core.alignment that return CompoundSetModifier and TypeMethodDescriptionSimpleAlignedSequence.getCompoundSet()SimpleProfile.getCompoundSet() - 
Uses of CompoundSet in org.biojava.nbio.core.alignment.matrices
Methods in org.biojava.nbio.core.alignment.matrices that return CompoundSetModifier and TypeMethodDescriptionScaledSubstitutionMatrix.getCompoundSet()SimpleSubstitutionMatrix.getCompoundSet()Constructors in org.biojava.nbio.core.alignment.matrices with parameters of type CompoundSetModifierConstructorDescriptionSimpleSubstitutionMatrix(CompoundSet<C> compoundSet, short match, short replace) Creates an identity substitution matrix from match and replace values.SimpleSubstitutionMatrix(CompoundSet<C> compoundSet, File fileInput) Creates a substitution matrix by reading in a file.SimpleSubstitutionMatrix(CompoundSet<C> compoundSet, Reader input, String name) Creates a substitution matrix by parsing some input.SimpleSubstitutionMatrix(CompoundSet<C> compoundSet, String matrixInput, String name) Creates a substitution matrix by parsing a String. - 
Uses of CompoundSet in org.biojava.nbio.core.alignment.template
Methods in org.biojava.nbio.core.alignment.template that return CompoundSetModifier and TypeMethodDescriptionProfile.getCompoundSet()ReturnsCompoundSetof allAlignedSequencesSubstitutionMatrix.getCompoundSet()Returns theCompoundSeton which the matrix is defined. - 
Uses of CompoundSet in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return CompoundSetModifier and TypeMethodDescriptionMultipleSequenceAlignment.getCompoundSet()Get the Compounds defined in the first sequenceConstructors in org.biojava.nbio.core.sequence with parameters of type CompoundSetModifierConstructorDescriptionBasicSequence(String sequence, CompoundSet<C> compoundSet) ChromosomeSequence(String seqString, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using String for the sequence with a custom CompoundSetChromosomeSequence(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Allows the creation of a ChromosomeSequence using a ProxyResequenceReader for the sequence with a custom CompoundSetDNASequence(String seqString, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a string with user defined compound setDNASequence(SequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a sequence from a ProxySequencereader and user defined compound setProteinSequence(String seqString, CompoundSet<AminoAcidCompound> compoundSet) Create a protein from a string with a user defined set of amino acidsProteinSequence(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.RNASequence(String seqString, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a string with a user defined RNA compound setRNASequence(ProxySequenceReader<NucleotideCompound> proxyLoader, CompoundSet<NucleotideCompound> compoundSet) Create a RNA sequence from a proxy reader and user-defined RNA compound set - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.compound
Classes in org.biojava.nbio.core.sequence.compound that implement CompoundSetModifier and TypeClassDescriptionclassclassclassAmbiguity set for hybrid DNA/RNA sequences.classclassSet of proteinogenic amino acids.classclassMethods in org.biojava.nbio.core.sequence.compound that return CompoundSetConstructors in org.biojava.nbio.core.sequence.compound with parameters of type CompoundSetModifierConstructorDescriptionNucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr) NucleotideCompound(String base, CompoundSet<NucleotideCompound> compoundSet, String complementStr, NucleotideCompound[] constituents)  - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return CompoundSetModifier and TypeMethodDescriptionIUPACParser.IUPACTable.getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Returns the compound set of codonsCompoundSet<?> GenbankSequenceParser.getCompoundType()Methods in org.biojava.nbio.core.sequence.io with parameters of type CompoundSetModifier and TypeMethodDescriptionIUPACParser.IUPACTable.getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Returns the compound set of codonsIUPACParser.IUPACTable.getCodons(CompoundSet<NucleotideCompound> nucleotides, CompoundSet<AminoAcidCompound> aminoAcids) Returns a list of codons where the source and target compounds are the same as those given by the parameters.Constructors in org.biojava.nbio.core.sequence.io with parameters of type CompoundSetModifierConstructorDescriptionCasePreservingProteinSequenceCreator(CompoundSet<AminoAcidCompound> compoundSet) DNASequenceCreator(CompoundSet<NucleotideCompound> compoundSet) FileProxyDNASequenceCreator(File file, CompoundSet<NucleotideCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readFileProxyProteinSequenceCreator(File file, CompoundSet<AminoAcidCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readFileProxyRNASequenceCreator(File file, CompoundSet<NucleotideCompound> compoundSet, SequenceParserInterface sequenceParser) Need File so that we can store full path name in SequenceFileProxyLoader for Random File access as a quick readProteinSequenceCreator(CompoundSet<AminoAcidCompound> compoundSet) RNASequenceCreator(CompoundSet<NucleotideCompound> compoundSet)  - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.io.util
Methods in org.biojava.nbio.core.sequence.io.util with parameters of type CompoundSet - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.loader
Methods in org.biojava.nbio.core.sequence.loader that return CompoundSetModifier and TypeMethodDescriptionSequenceFileProxyLoader.getCompoundSet()StringProxySequenceReader.getCompoundSet()UniprotProxySequenceReader.getCompoundSet()Methods in org.biojava.nbio.core.sequence.loader with parameters of type CompoundSetModifier and TypeMethodDescriptionstatic <C extends Compound>
UniprotProxySequenceReader<C> UniprotProxySequenceReader.parseUniprotXMLString(String xml, CompoundSet<C> compoundSet) The passed in xml is parsed as a DOM object so we know everything about the protein.voidSequenceFileProxyLoader.setCompoundSet(CompoundSet<C> compoundSet) voidStringProxySequenceReader.setCompoundSet(CompoundSet<C> compoundSet) voidUniprotProxySequenceReader.setCompoundSet(CompoundSet<C> compoundSet) Constructors in org.biojava.nbio.core.sequence.loader with parameters of type CompoundSetModifierConstructorDescriptionGenbankProxySequenceReader(String genbankDirectoryCache, String accessionID, CompoundSet<C> compoundSet) SequenceFileProxyLoader(File file, SequenceParserInterface sequenceParser, long sequenceStartIndex, int sequenceLength, CompoundSet<C> compoundSet) StringProxySequenceReader(String sequence, CompoundSet<C> compoundSet) UniprotProxySequenceReader(String accession, CompoundSet<C> compoundSet) The UniProt id is used to retrieve the UniProt XML which is then parsed as a DOM object so we know everything about the protein.UniprotProxySequenceReader(Document document, CompoundSet<C> compoundSet) The xml is passed in as a DOM object so we know everything about the protein. - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.storage
Methods in org.biojava.nbio.core.sequence.storage that return CompoundSetModifier and TypeMethodDescriptionArrayListSequenceReader.getCompoundSet()BitSequenceReader.BitArrayWorker.getCompoundSet()Returns the compound set backing this storeBitSequenceReader.getCompoundSet()Returns the compound set backing this storeJoiningSequenceReader.getCompoundSet()SingleCompoundSequenceReader.getCompoundSet()Returns the compound set given at constructionMethods in org.biojava.nbio.core.sequence.storage with parameters of type CompoundSetModifier and TypeMethodDescriptionSequenceAsStringHelper.getSequenceAsString(List<C> parsedCompounds, CompoundSet<C> compoundSet, Integer bioBegin, Integer bioEnd, Strand strand) voidArrayListSequenceReader.setCompoundSet(CompoundSet<C> compoundSet) voidBitSequenceReader.setCompoundSet(CompoundSet<C> compoundSet) Class is immutable, so this is unsupportedvoidJoiningSequenceReader.setCompoundSet(CompoundSet<C> compoundSet) voidSingleCompoundSequenceReader.setCompoundSet(CompoundSet<C> compoundSet) UnsupportedConstructors in org.biojava.nbio.core.sequence.storage with parameters of type CompoundSetModifierConstructorDescriptionArrayListSequenceReader(String sequence, CompoundSet<C> compoundSet) ArrayListSequenceReader(List<C> compounds, CompoundSet<C> compoundSet) BitArrayWorker(String sequence, CompoundSet<C> compoundSet) BitArrayWorker(CompoundSet<C> compoundSet, int length) BitArrayWorker(CompoundSet<C> compoundSet, int[] sequence) FourBitArrayWorker(String sequence, CompoundSet<C> compoundSet) FourBitArrayWorker(CompoundSet<C> compoundSet, int length) FourBitArrayWorker(CompoundSet<C> compoundSet, int[] sequence) FourBitSequenceReader(String sequence, CompoundSet<C> compoundSet) FourBitSequenceReader(String sequence, CompoundSet<C> compoundSet, AccessionID accession) JoiningSequenceReader(CompoundSet<C> compoundSet, List<Sequence<C>> sequences) JoiningSequenceReader(CompoundSet<C> compoundSet, Sequence<C>... sequences) SingleCompoundSequenceReader(C compound, CompoundSet<C> compoundSet, int length) Build the object with a compound rather than a StringSingleCompoundSequenceReader(String compound, CompoundSet<C> compoundSet, int length) Public constructor to be used with String based constructorTwoBitArrayWorker(String sequence, CompoundSet<C> compoundSet) TwoBitArrayWorker(CompoundSet<C> compoundSet, int length) TwoBitArrayWorker(CompoundSet<C> compoundSet, int[] sequence) TwoBitSequenceReader(String sequence, CompoundSet<C> compoundSet) TwoBitSequenceReader(String sequence, CompoundSet<C> compoundSet, AccessionID accession)  - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.template
Classes in org.biojava.nbio.core.sequence.template that implement CompoundSetModifier and TypeClassDescriptionclassAbstractCompoundSet<C extends Compound>classAbstractNucleotideCompoundSet<C extends NucleotideCompound>Methods in org.biojava.nbio.core.sequence.template that return CompoundSetModifier and TypeMethodDescriptionAbstractSequence.getCompoundSet()LightweightProfile.getCompoundSet()ReturnsCompoundSetof allSequencesSequence.getCompoundSet()Gets the compound set used to back this SequenceSequenceProxyView.getCompoundSet()AbstractCompoundTranslator.getFromCompoundSet()AbstractCompoundTranslator.getToCompoundSet()Methods in org.biojava.nbio.core.sequence.template with parameters of type CompoundSetModifier and TypeMethodDescriptionvoidAbstractSequence.setCompoundSet(CompoundSet<C> compoundSet) voidSequenceReader.setCompoundSet(CompoundSet<C> compoundSet) Constructors in org.biojava.nbio.core.sequence.template with parameters of type CompoundSetModifierConstructorDescriptionAbstractCompoundTranslator(SequenceCreatorInterface<T> creator, CompoundSet<F> fromCompoundSet, CompoundSet<T> toCompoundSet) AbstractSequence(String seqString, CompoundSet<C> compoundSet) Create a Sequence from a simple string where the values should be found in compoundSetAbstractSequence(SequenceReader<C> proxyLoader, CompoundSet<C> compoundSet) A ProxySequenceReader allows abstraction of both the storage of the sequence data and the location of the sequence data. - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.transcription
Methods in org.biojava.nbio.core.sequence.transcription that return CompoundSetModifier and TypeMethodDescriptionTranscriptionEngine.getAminoAcidCompounds()Table.getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) TranscriptionEngine.getDnaCompounds()TranscriptionEngine.getRnaCompounds()Methods in org.biojava.nbio.core.sequence.transcription with parameters of type CompoundSetModifier and TypeMethodDescriptionTranscriptionEngine.Builder.aminoAcidsCompounds(CompoundSet<AminoAcidCompound> compounds) TranscriptionEngine.Builder.dnaCompounds(CompoundSet<NucleotideCompound> compounds) Table.getCodonCompoundSet(CompoundSet<NucleotideCompound> rnaCompounds, CompoundSet<AminoAcidCompound> aminoAcidCompounds) Table.getCodons(CompoundSet<NucleotideCompound> nucelotides, CompoundSet<AminoAcidCompound> aminoAcids) TranscriptionEngine.Builder.rnaCompounds(CompoundSet<NucleotideCompound> compounds) Constructors in org.biojava.nbio.core.sequence.transcription with parameters of type CompoundSetModifierConstructorDescriptionDNAToRNATranslator(SequenceCreatorInterface<NucleotideCompound> rnaCreator, CompoundSet<NucleotideCompound> dna, CompoundSet<NucleotideCompound> rna, boolean shortCutTranslation) RNAToAminoAcidTranslator(SequenceCreatorInterface<AminoAcidCompound> creator, CompoundSet<NucleotideCompound> nucleotides, CompoundSet<Table.Codon> codons, CompoundSet<AminoAcidCompound> aminoAcids, Table table, boolean trimStops, boolean initMetOnly, boolean translateNCodons, boolean stopAtStopCodons, boolean waitForStartCodon)  - 
Uses of CompoundSet in org.biojava.nbio.core.sequence.views
Methods in org.biojava.nbio.core.sequence.views with parameters of type CompoundSetModifier and TypeMethodDescriptionvoidRnaSequenceView.setCompoundSet(CompoundSet<NucleotideCompound> compoundSet) Constructors in org.biojava.nbio.core.sequence.views with parameters of type CompoundSetModifierConstructorDescriptionRnaSequenceView(Sequence<NucleotideCompound> sourceDna, CompoundSet<NucleotideCompound> rnaCompounds)