Class RuleBasedFamilyAssigner
- java.lang.Object
-
- de.julielab.genemapper.filtering.families.RuleBasedFamilyAssigner
-
public class RuleBasedFamilyAssigner extends Object
-
-
Constructor Summary
Constructors Constructor Description RuleBasedFamilyAssigner(CandidateRetrieval candidateRetrieval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoit(de.julielab.geneexpbase.genemodel.GeneDocument document)voiddoit(Collection<de.julielab.geneexpbase.genemodel.GeneDocument> docs)
-
-
-
Constructor Detail
-
RuleBasedFamilyAssigner
public RuleBasedFamilyAssigner(CandidateRetrieval candidateRetrieval)
-
-
Method Detail
-
doit
public void doit(Collection<de.julielab.geneexpbase.genemodel.GeneDocument> docs) throws GeneMapperException
- Throws:
GeneMapperException
-
doit
public void doit(de.julielab.geneexpbase.genemodel.GeneDocument document) throws GeneMapperException- Throws:
GeneMapperException
-
-