| Package | Description |
|---|---|
| org.biojava.nbio.genome.util |
| Modifier and Type | Method and Description |
|---|---|
static ChromPos |
ChromosomeMappingTools.getChromosomePosForCDScoordinate(int cdsNucleotidePosition,
GeneChromosomePosition chromPos)
Maps the position of a CDS nucleotide back to the genome
|
static ChromPos |
ChromosomeMappingTools.getChromPosForward(int cdsPos,
java.util.List<java.lang.Integer> exonStarts,
java.util.List<java.lang.Integer> exonEnds,
int cdsStart,
int cdsEnd)
Get the CDS position mapped onto the chromosome position
|
static ChromPos |
ChromosomeMappingTools.getChromPosReverse(int cdsPos,
java.util.List<java.lang.Integer> exonStarts,
java.util.List<java.lang.Integer> exonEnds,
int cdsStart,
int cdsEnd)
Get the CDS position mapped on the chromosome position
|
Copyright © 2000-2020 BioJava. All Rights Reserved.