Uses of Interface
org.biojava3.core.sequence.io.template.SequenceCreatorInterface
Packages that use SequenceCreatorInterface
Package
Description
-
Uses of SequenceCreatorInterface in bacnet.reader
Constructors in bacnet.reader with parameters of type SequenceCreatorInterfaceModifierConstructorDescriptionFastaFileReader
(File file, FastaHeaderParserInterface<S, C> headerParser, SequenceCreatorInterface<C> sequenceCreator) If you are going to use the FileProxyProteinSequenceCreator then you need to use this constructor because we need details about the location of the file.FastaFileReader
(InputStream is, FastaHeaderParserInterface<S, C> headerParser, SequenceCreatorInterface<C> sequenceCreator) If you are going to use FileProxyProteinSequenceCreator then do not use this constructor because we need details about local file offsets for quick reads. -
Uses of SequenceCreatorInterface in org.biojava3.core.sequence.io
Classes in org.biojava3.core.sequence.io that implement SequenceCreatorInterfaceModifier and TypeClassDescriptionclass
A sequence creator which preserves the case of its input string in the user collection of the returned ProteinSequence.class
A helper class that allows different ways to read a string and create a DNA sequence.class
This class is a good example of using the SequenceCreatorInterface where during parsing of the stream the sequence and the offset index are passed to create a Protein sequence that will be loaded in lazily.class
This class is a good example of using the SequenceCreatorInterface where during parsing of the stream the sequence and the offset index are passed to create a Protein sequence that will be loaded in lazily.class
Used to create a ProteinSequence from a String to allow for details about the location of the sequence etc.class
Used to create a RNA sequenceConstructors in org.biojava3.core.sequence.io with parameters of type SequenceCreatorInterfaceModifierConstructorDescriptionFastaReader
(File file, FastaHeaderParserInterface<S, C> headerParser, SequenceCreatorInterface<C> sequenceCreator) If you are going to use the FileProxyProteinSequenceCreator then you need to use this constructor because we need details about the location of the file.FastaReader
(InputStream is, FastaHeaderParserInterface<S, C> headerParser, SequenceCreatorInterface<C> sequenceCreator) If you are going to use FileProxyProteinSequenceCreator then do not use this constructor because we need details about local file offsets for quick reads. -
Uses of SequenceCreatorInterface in org.biojava3.core.sequence.template
Methods in org.biojava3.core.sequence.template that return SequenceCreatorInterfaceConstructors in org.biojava3.core.sequence.template with parameters of type SequenceCreatorInterfaceModifierConstructorDescriptionAbstractCompoundTranslator
(SequenceCreatorInterface<T> creator, CompoundSet<F> fromCompoundSet, CompoundSet<T> toCompoundSet) -
Uses of SequenceCreatorInterface in org.biojava3.core.sequence.transcription
Methods in org.biojava3.core.sequence.transcription that return SequenceCreatorInterfaceModifier and TypeMethodDescriptionTranscriptionEngine.getProteinSequenceCreator()
TranscriptionEngine.getRnaSequenceCreator()
Methods in org.biojava3.core.sequence.transcription with parameters of type SequenceCreatorInterfaceModifier and TypeMethodDescriptionTranscriptionEngine.Builder.proteinCreator
(SequenceCreatorInterface<AminoAcidCompound> creator) TranscriptionEngine.Builder.rnaCreator
(SequenceCreatorInterface<NucleotideCompound> creator) Constructors in org.biojava3.core.sequence.transcription with parameters of type SequenceCreatorInterfaceModifierConstructorDescriptionDNAToRNATranslator
(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)