Uses of Class
org.biojava.nbio.core.sequence.GeneSequence
Packages that use GeneSequence
Package
Description
-
Uses of GeneSequence in org.biojava.nbio.core.sequence
Methods in org.biojava.nbio.core.sequence that return GeneSequenceModifier and TypeMethodDescriptionChromosomeSequence.addGene
(AccessionID accession, int bioBegin, int bioEnd, Strand strand) Add a gene to the chromosome sequence using bioIndexing starts at 1 instead of 0.Get the gene based on accession.ChromosomeSequence.removeGeneSequence
(String accession) Methods in org.biojava.nbio.core.sequence that return types with arguments of type GeneSequenceModifier and TypeMethodDescriptionChromosomeSequence.getGeneSequences()
Get the list of genes that have been added to the ChromosomeSequence where accession.toString is the key.Constructors in org.biojava.nbio.core.sequence with parameters of type GeneSequenceModifierConstructorDescriptionExonSequence
(GeneSequence parentGeneSequence, int bioBegin, int bioEnd) Need a parent gene sequence and the bioBegin and bioEnd.IntronSequence
(GeneSequence parentGeneSequence, int begin, int end) Place holder for Intron sequence featuresTranscriptSequence
(GeneSequence parentDNASequence, int begin, int end) Deprecated.TranscriptSequence
(GeneSequence parentDNASequence, AccessionID accessionID, int begin, int end) -
Uses of GeneSequence in org.biojava.nbio.core.sequence.io
Method parameters in org.biojava.nbio.core.sequence.io with type arguments of type GeneSequenceModifier and TypeMethodDescriptionstatic void
FastaWriterHelper.writeGeneSequence
(File file, Collection<GeneSequence> geneSequences, boolean showExonUppercase) Write a collection of GeneSequences to a file where if the gene is negative strand it will flip and complement the sequencestatic void
FastaWriterHelper.writeGeneSequence
(OutputStream outputStream, Collection<GeneSequence> geneSequences, boolean showExonUppercase) Write a collection of GeneSequences to a file where if the gene is negative strand it will flip and complement the sequenceConstructor parameters in org.biojava.nbio.core.sequence.io with type arguments of type GeneSequenceModifierConstructorDescriptionFastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength) -
Uses of GeneSequence in org.biojava.nbio.genome
Methods in org.biojava.nbio.genome that return types with arguments of type GeneSequenceModifier and TypeMethodDescriptionstatic LinkedHashMap
<String, GeneSequence> GeneFeatureHelper.getGeneSequences
(Collection<ChromosomeSequence> chromosomeSequences) -
Uses of GeneSequence in org.biojava.nbio.genome.homology
Method parameters in org.biojava.nbio.genome.homology with type arguments of type GeneSequenceModifier and TypeMethodDescriptionvoid
GFF3FromUniprotBlastHits.process
(File xmlBlastHits, double ecutoff, LinkedHashMap<String, GeneSequence> geneSequenceHashMap, OutputStream gff3Output)