Uses of Class
org.biojava3.core.sequence.ChromosomeSequence
Packages that use ChromosomeSequence
Package
Description
-
Uses of ChromosomeSequence in bacnet.datamodel.sequence
Subclasses of ChromosomeSequence in bacnet.datamodel.sequenceModifier and TypeClassDescriptionclassA ChromosomeSequence is a DNASequence but keeps track of geneSequencesclassA ChromosomeSequence is a DNASequence but keeps track of geneSequences -
Uses of ChromosomeSequence in org.biojava3.core.sequence
Methods in org.biojava3.core.sequence that return ChromosomeSequenceModifier and TypeMethodDescriptionGeneSequence.getParentChromosomeSequence()The parent ChromosomeSequence which contains the actual DNA sequence dataConstructors in org.biojava3.core.sequence with parameters of type ChromosomeSequenceModifierConstructorDescriptionGeneSequence(ChromosomeSequence parentSequence, int begin, int end, Strand strand) A class that keeps track of the details of a GeneSequence which is difficult to properly model. -
Uses of ChromosomeSequence in org.biojava3.genome
Methods in org.biojava3.genome that return types with arguments of type ChromosomeSequenceModifier and TypeMethodDescriptionstatic LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.getChromosomeSequenceFromDNASequence(LinkedHashMap<String, DNASequence> dnaSequenceList) static LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.loadFastaAddGeneFeaturesFromGeneIDGFF2(File fastaSequenceFile, File gffFile) Loads Fasta file and GFF2 feature file generated from the geneid prediction algorithmstatic LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.loadFastaAddGeneFeaturesFromGeneMarkGTF(File fastaSequenceFile, File gffFile) static LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.loadFastaAddGeneFeaturesFromGlimmerGFF3(File fastaSequenceFile, File gffFile) static LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.loadFastaAddGeneFeaturesFromGmodGFF3(File fastaSequenceFile, File gffFile, boolean lazyloadsequences) Lots of variations in the ontology or descriptors that can be used in GFF3 which requires writing a custom parser to handle a GFF3 generated or used by a specific application.static LinkedHashMap<String,ChromosomeSequence> GeneFeatureHelper.loadFastaAddGeneFeaturesFromUpperCaseExonFastaFile(File fastaSequenceFile, File uppercaseFastaFile, boolean throwExceptionGeneNotFound) Method parameters in org.biojava3.genome with type arguments of type ChromosomeSequenceModifier and TypeMethodDescriptionstatic voidGeneFeatureHelper.addGeneIDGFF2GeneFeatures(LinkedHashMap<String, ChromosomeSequence> chromosomeSequenceList, FeatureList listGenes) Load GFF2 feature file generated from the geneid prediction algorithm and map features onto the chromosome sequencesstatic voidGeneFeatureHelper.addGeneMarkGTFGeneFeatures(LinkedHashMap<String, ChromosomeSequence> chromosomeSequenceList, FeatureList listGenes) static voidGeneFeatureHelper.addGlimmerGFF3GeneFeatures(LinkedHashMap<String, ChromosomeSequence> chromosomeSequenceList, FeatureList listGenes) static voidGeneFeatureHelper.addGmodGFF3GeneFeatures(LinkedHashMap<String, ChromosomeSequence> chromosomeSequenceList, FeatureList listGenes) Load GFF3 file using mRNA as the gene feature as not all GFF3 files are completestatic LinkedHashMap<String,GeneSequence> GeneFeatureHelper.getGeneSequences(Collection<ChromosomeSequence> chromosomeSequences) static LinkedHashMap<String,ProteinSequence> GeneFeatureHelper.getProteinSequences(Collection<ChromosomeSequence> chromosomeSequences) -
Uses of ChromosomeSequence in org.biojava3.genome.parsers.gff
Method parameters in org.biojava3.genome.parsers.gff with type arguments of type ChromosomeSequenceModifier and TypeMethodDescriptionvoidGFF3Writer.write(OutputStream outputStream, LinkedHashMap<String, ChromosomeSequence> chromosomeSequenceList) Output gff3 format for a DNA Sequence