Uses of Interface
org.biojava3.core.sequence.io.template.SequenceCreatorInterface
Package
Description
-
Uses of SequenceCreatorInterface in bacnet.reader
ModifierConstructorDescriptionFastaFileReader
(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
Modifier 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 sequenceModifierConstructorDescriptionFastaReader
(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
ModifierConstructorDescriptionAbstractCompoundTranslator
(SequenceCreatorInterface<T> creator, CompoundSet<F> fromCompoundSet, CompoundSet<T> toCompoundSet) -
Uses of SequenceCreatorInterface in org.biojava3.core.sequence.transcription
Modifier and TypeMethodDescriptionTranscriptionEngine.getProteinSequenceCreator()
TranscriptionEngine.getRnaSequenceCreator()
Modifier and TypeMethodDescriptionTranscriptionEngine.Builder.proteinCreator
(SequenceCreatorInterface<AminoAcidCompound> creator) TranscriptionEngine.Builder.rnaCreator
(SequenceCreatorInterface<NucleotideCompound> creator) ModifierConstructorDescriptionDNAToRNATranslator
(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)