Uses of Class
org.biojava.nbio.core.sequence.DNASequence
Packages that use DNASequence
-
Uses of DNASequence in org.biojava.nbio.core.sequence
Subclasses of DNASequence in org.biojava.nbio.core.sequenceModifier and TypeClassDescriptionclassRepresents a exon or coding sequence in a gene.classA ChromosomeSequence is a DNASequence but keeps track of geneSequencesclassA gene contains a collection of Exon sequencesclassclassclassUsed to map the start codon feature on a geneclassUsed to map the stop codon sequence on a geneclassThis is the sequence if you want to go from a gene sequence to a protein sequence.Fields in org.biojava.nbio.core.sequence declared as DNASequenceModifier and TypeFieldDescriptionStartCodonSequence.parentGeneSequenceStopCodonSequence.parentGeneSequenceMethods in org.biojava.nbio.core.sequence that return DNASequenceModifier and TypeMethodDescriptionTranscriptSequence.getDNACodingSequence()Get the stitched together CDS sequences then maps to the cDNAGeneSequence.getSequence5PrimeTo3Prime()Try to give method clarity where you want a DNASequence coding in the 5' to 3' direction Returns the DNASequence representative of the 5' and 3' reading based on strand -
Uses of DNASequence in org.biojava.nbio.core.sequence.io
Methods in org.biojava.nbio.core.sequence.io that return types with arguments of type DNASequenceModifier and TypeMethodDescriptionstatic LinkedHashMap<String,DNASequence> FastaReaderHelper.readFastaDNASequence(File file) static LinkedHashMap<String,DNASequence> FastaReaderHelper.readFastaDNASequence(File file, boolean lazySequenceLoad) Selecting lazySequenceLoad=true will parse the FASTA file and figure out the accessionid and offsets and return sequence objects that can in the future read the sequence from the disk.static LinkedHashMap<String,DNASequence> FastaReaderHelper.readFastaDNASequence(InputStream inStream) Read a fasta DNA sequencestatic LinkedHashMap<String,DNASequence> GenbankReaderHelper.readGenbankDNASequence(File file) static LinkedHashMap<String,DNASequence> GenbankReaderHelper.readGenbankDNASequence(File file, boolean lazySequenceLoad) Selecting lazySequenceLoad=true will parse the Genbank file and figure out the accessionid and offsets and return sequence objects that can in the future read the sequence from the disk.static LinkedHashMap<String,DNASequence> GenbankReaderHelper.readGenbankDNASequence(InputStream inStream) Read a Genbank DNA sequenceMethod parameters in org.biojava.nbio.core.sequence.io with type arguments of type DNASequenceModifier and TypeMethodDescriptionstatic voidFastaWriterHelper.writeNucleotideSequence(File file, Collection<DNASequence> dnaSequences) Write a collection of NucleotideSequences to a filestatic voidFastaWriterHelper.writeNucleotideSequence(OutputStream outputStream, Collection<DNASequence> dnaSequences) Write a collection of NucleotideSequences to a filestatic voidGenbankWriterHelper.writeNucleotideSequence(File file, Collection<DNASequence> dnaSequences) Write a collection of NucleotideSequences to a filestatic voidGenbankWriterHelper.writeNucleotideSequence(OutputStream outputStream, Collection<DNASequence> dnaSequences) Write a collection of NucleotideSequences to a filestatic voidGenbankWriterHelper.writeNucleotideSequence(OutputStream outputStream, Collection<DNASequence> dnaSequences, String seqType) Write a collection of NucleotideSequences to a filestatic voidGenbankWriterHelper.writeNucleotideSequenceOriginal(OutputStream outputStream, Collection<DNASequence> dnaSequences) Write a collection of NucleotideSequences to a file using the NucleotideSequences original header as the LOCUS line rather than generating it