| Package | Description |
|---|---|
| org.biojava.nbio.genome.util |
| Modifier and Type | Method and Description |
|---|---|
static DNASequence |
ChromosomeMappingTools.getTranscriptDNASequence(TwoBitFacade twoBitFacade,
GeneChromosomePosition gcp)
Extracts the DNA sequence transcribed from the input genetic coordinates.
|
static DNASequence |
ChromosomeMappingTools.getTranscriptDNASequence(TwoBitFacade twoBitFacade,
String chromosome,
List<Integer> exonStarts,
List<Integer> exonEnds,
int cdsStart,
int cdsEnd,
Character orientation)
Extracts the DNA sequence transcribed from the input genetic coordinates.
|
Copyright © 2000–2019 BioJava. All rights reserved.