Uses of Class
org.biojava.nbio.genome.parsers.genename.GeneChromosomePosition
-
Uses of GeneChromosomePosition in org.biojava.nbio.genome.parsers.genename
Modifier and TypeMethodDescriptionstatic List
<GeneChromosomePosition> GeneChromosomePositionParser.getChromosomeMappings()
static List
<GeneChromosomePosition> GeneChromosomePositionParser.getChromosomeMappings
(InputStream inStream) -
Uses of GeneChromosomePosition in org.biojava.nbio.genome.util
Modifier 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.