Uses of Class
org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
Packages that use GeneChromosomePosition
-
Uses of GeneChromosomePosition in org.biojava.nbio.genome.parsers.genename
Methods in org.biojava.nbio.genome.parsers.genename that return types with arguments of type GeneChromosomePositionModifier and TypeMethodDescriptionstatic List
<GeneChromosomePosition> GeneChromosomePositionParser.getChromosomeMappings()
static List
<GeneChromosomePosition> GeneChromosomePositionParser.getChromosomeMappings
(InputStream inStream) Methods in org.biojava.nbio.genome.parsers.genename with parameters of type GeneChromosomePosition -
Uses of GeneChromosomePosition in org.biojava.nbio.genome.util
Methods in org.biojava.nbio.genome.util with parameters of type GeneChromosomePositionModifier and TypeMethodDescriptionstatic String
ChromosomeMappingTools.formatExonStructure
(GeneChromosomePosition chromosomePosition) Pretty print the details of a GeneChromosomePosition to a StringChromosomeMappingTools.getCDSExonRanges
(GeneChromosomePosition chromPos) Extracts the exon boundaries in CDS coordinates.static int
ChromosomeMappingTools.getCDSLength
(GeneChromosomePosition chromPos) Get the length of the CDS in nucleotides.static int
ChromosomeMappingTools.getCDSPosForChromosomeCoordinate
(int coordinate, GeneChromosomePosition chromosomePosition) I have a genomic coordinate, where is it on the mRNAChromosomeMappingTools.getChromosomalRangesForCDS
(GeneChromosomePosition chromPos) Extracts the boundaries of the coding regions in chromosomal coordinatesstatic ChromPos
ChromosomeMappingTools.getChromosomePosForCDScoordinate
(int cdsNucleotidePosition, GeneChromosomePosition chromPos) Maps the position of a CDS nucleotide back to the genomestatic DNASequence
ChromosomeMappingTools.getTranscriptDNASequence
(TwoBitFacade twoBitFacade, GeneChromosomePosition gcp) Extracts the DNA sequence transcribed from the input genetic coordinates.