Uses of Class
owltools.gaf.GeneAnnotation

Packages that use GeneAnnotation
owltools.gaf Processing of GO Gene Association Files 
owltools.gaf.inference Perform inference on Gene Associations 
 

Uses of GeneAnnotation in owltools.gaf
 

Fields in owltools.gaf with type parameters of type GeneAnnotation
protected  List<GeneAnnotation> GafDocument.annotations
           
 

Methods in owltools.gaf that return types with arguments of type GeneAnnotation
 List<GeneAnnotation> GafDocument.getGeneAnnotations()
           
 Set<GeneAnnotation> GafDocument.getGeneAnnotations(String bioentity)
           
 Set<GeneAnnotation> GafDocument.getGeneAnnotationsByGoCls(String cls)
           
 

Methods in owltools.gaf with parameters of type GeneAnnotation
 void GafDocument.addGeneAnnotation(GeneAnnotation ga)
           
 

Uses of GeneAnnotation in owltools.gaf.inference
 

Methods in owltools.gaf.inference that return GeneAnnotation
 GeneAnnotation Prediction.getGeneAnnotation()
           
 

Methods in owltools.gaf.inference with parameters of type GeneAnnotation
 void Prediction.setGeneAnnotation(GeneAnnotation geneAnnotation)
           
 



Copyright © 2010-2011. All Rights Reserved.