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 StringChromosomeMappingTools.formatExonStructure(GeneChromosomePosition chromosomePosition) Pretty print the details of a GeneChromosomePosition to a StringChromosomeMappingTools.getCDSExonRanges(GeneChromosomePosition chromPos) Extracts the exon boundaries in CDS coordinates.static intChromosomeMappingTools.getCDSLength(GeneChromosomePosition chromPos) Get the length of the CDS in nucleotides.static intChromosomeMappingTools.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 ChromPosChromosomeMappingTools.getChromosomePosForCDScoordinate(int cdsNucleotidePosition, GeneChromosomePosition chromPos) Maps the position of a CDS nucleotide back to the genomestatic DNASequenceChromosomeMappingTools.getTranscriptDNASequence(TwoBitFacade twoBitFacade, GeneChromosomePosition gcp) Extracts the DNA sequence transcribed from the input genetic coordinates.