Modifier and Type | Method and Description |
---|---|
static Iterable<GenewiseExon> |
genewiseExons(File aminoAcidHmm2File,
File genomicDnaFastaFile)
Return the exons predicted from the alignment of the specified amino acid HMM file in HMMER2 format against
the specified genomic DNA sequence file in FASTA format.
|
public static Iterable<GenewiseExon> genewiseExons(File aminoAcidHmm2File, File genomicDnaFastaFile) throws IOException
aminoAcidHmm2File
- amino acid HMM file in HMMER2 format, must not be nullgenomicDnaFastaFile
- genomic DNA sequence file in FASTA format, must not be nullIOException
- if an I/O error occursCopyright © 2014–2015. All rights reserved.