Uses of Class
org.biojava.nbio.genome.parsers.twobit.TwoBitFacade
-
Packages that use TwoBitFacade Package Description org.biojava.nbio.genome.util -
-
Uses of TwoBitFacade in org.biojava.nbio.genome.util
Methods in org.biojava.nbio.genome.util with parameters of type TwoBitFacade Modifier and Type Method Description static DNASequenceChromosomeMappingTools. 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.static DNASequenceChromosomeMappingTools. getTranscriptDNASequence(TwoBitFacade twoBitFacade, GeneChromosomePosition gcp)Extracts the DNA sequence transcribed from the input genetic coordinates.
-