Class QuercusCandidateSetter
- java.lang.Object
-
- de.julielab.genemapper.mappingcores.QuercusCandidateSetter
-
public class QuercusCandidateSetter extends Object
-
-
Constructor Summary
Constructors Constructor Description QuercusCandidateSetter(NameCentricRetrieval nameCentricRetrieval, CandidateRetrieval geneRecordCandidateRetrieval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetCandidates(de.julielab.geneexpbase.genemodel.GeneDocument document)voidsetCandidatesToGoldMentions(de.julielab.geneexpbase.genemodel.GeneDocument document)Set candidates to the gold mentions; the only purpose is to determine whether there exists an exact database match for it or not.
-
-
-
Constructor Detail
-
QuercusCandidateSetter
@Inject public QuercusCandidateSetter(NameCentricRetrieval nameCentricRetrieval, CandidateRetrieval geneRecordCandidateRetrieval)
-
-
Method Detail
-
setCandidates
public void setCandidates(de.julielab.geneexpbase.genemodel.GeneDocument document)
-
setCandidatesToGoldMentions
public void setCandidatesToGoldMentions(de.julielab.geneexpbase.genemodel.GeneDocument document)
Set candidates to the gold mentions; the only purpose is to determine whether there exists an exact database match for it or not. This information is used for detailed evaluation metrics on exact and approximate matches.- Parameters:
document-
-
-