Package | Description |
---|---|
org.biojava.nbio.genome.parsers.genename | |
org.biojava.nbio.genome.util |
Modifier and Type | Method and Description |
---|---|
static List<GeneChromosomePosition> |
GeneChromosomePositionParser.getChromosomeMappings() |
static List<GeneChromosomePosition> |
GeneChromosomePositionParser.getChromosomeMappings(InputStream inStream) |
Modifier and Type | Method and Description |
---|---|
int |
GeneChromosomePosition.compareTo(GeneChromosomePosition o) |
Modifier and Type | Method and Description |
---|---|
static String |
ChromosomeMappingTools.formatExonStructure(GeneChromosomePosition chromosomePosition)
Pretty print the details of a GeneChromosomePosition to a String
|
static List<com.google.common.collect.Range<Integer>> |
ChromosomeMappingTools.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 mRNA
|
static List<com.google.common.collect.Range<Integer>> |
ChromosomeMappingTools.getChromosomalRangesForCDS(GeneChromosomePosition chromPos)
Extracts the boundaries of the coding regions in chromosomal coordinates
|
static ChromPos |
ChromosomeMappingTools.getChromosomePosForCDScoordinate(int cdsNucleotidePosition,
GeneChromosomePosition chromPos)
Maps the position of a CDS nucleotide back to the genome
|
static DNASequence |
ChromosomeMappingTools.getTranscriptDNASequence(TwoBitFacade twoBitFacade,
GeneChromosomePosition gcp)
Extracts the DNA sequence transcribed from the input genetic coordinates.
|
Copyright © 2000–2019 BioJava. All rights reserved.