public class EvaluateGenePredictions
extends Object
EvaluateGenePredictions
class takes a file of
gene predictions output by the HMM
application
and compares it to a file of documented genes to determine
how well the predictions match up with the documented genes -
the program reports the sensitivity and specificity of the
gene predictions.Constructor and Description |
---|
EvaluateGenePredictions() |
Modifier and Type | Method and Description |
---|---|
static void |
comparePredictedAnnotationToDocumentedGenes(String gene_fileName,
String annotation_fileName)
Compares gene predictions (as output by a HMM) with documented genes in a genome.
|
static void |
main(String[] args)
The
main method takes two files, a file containing information
about documented genes and a file containing gene predictions output by a
HMM, and it compares the two, reporting the sensitivity and specificity of
the gene predictions. |
public static void comparePredictedAnnotationToDocumentedGenes(String gene_fileName, String annotation_fileName)
gene_fileName
- the name of a file containing information about documented genesannotation_fileName
- the name of a file output by a HMM containing gene predictionspublic static void main(String[] args)
main
method takes two files, a file containing information
about documented genes and a file containing gene predictions output by a
HMM, and it compares the two, reporting the sensitivity and specificity of
the gene predictions.args
- an array of Strings
representing any command line arguments