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