Uses of Class
org.molgenis.vibe.core.formats.Phenotype
-
-
Uses of Phenotype in org.molgenis.vibe.core
Constructor parameters in org.molgenis.vibe.core with type arguments of type Phenotype Constructor Description GeneDiseaseCollectionRetrievalRunner(Path vibeTdb, Set<Phenotype> phenotypes)PhenotypesRetrievalRunner(Path hpoOntologyFile, PhenotypesRetrieverFactory phenotypesRetrieverFactory, Collection<Phenotype> phenotypes, Integer maxDistance) -
Uses of Phenotype in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that return Phenotype Modifier and Type Method Description PhenotypePhenotypeNetwork. getSource()Methods in org.molgenis.vibe.core.formats that return types with arguments of type Phenotype Modifier and Type Method Description Set<Phenotype>PhenotypeNetwork. getByDistance(int distance)Set<Phenotype>PhenotypeNetwork. getPhenotypes()Set<Phenotype>PhenotypeNetworkCollection. getPhenotypes()Methods in org.molgenis.vibe.core.formats with parameters of type Phenotype Modifier and Type Method Description booleanPhenotypeNetwork. add(Phenotype phenotype, int distance)Adds aPhenotypeto thePhenotypeNetwork.booleanPhenotypeNetwork. contains(Phenotype phenotype)intPhenotypeNetwork. getDistance(Phenotype phenotype)Retrieve the storeddistancebelonging to aPhenotypePhenotypeNetworkPhenotypeNetworkCollection. getPhenotypeNetworkBySource(Phenotype source)Retrieve aPhenotypeNetworkbased on itsPhenotypeNetwork.getSource().PhenotypeNetworkPhenotypeNetworkCollection. remove(Phenotype phenotypeSource)Removes aPhenotypeNetworkfrom thePhenotypeNetworkCollection.Method parameters in org.molgenis.vibe.core.formats with type arguments of type Phenotype Modifier and Type Method Description voidPhenotypeNetwork. add(Collection<Phenotype> phenotypes, int distance)Constructors in org.molgenis.vibe.core.formats with parameters of type Phenotype Constructor Description PhenotypeNetwork(Phenotype phenotype) -
Uses of Phenotype in org.molgenis.vibe.core.ontology_processing
Methods in org.molgenis.vibe.core.ontology_processing that return types with arguments of type Phenotype Modifier and Type Method Description Collection<Phenotype>PhenotypesRetriever. getInputPhenotypes()Methods in org.molgenis.vibe.core.ontology_processing with parameters of type Phenotype Modifier and Type Method Description protected org.apache.jena.ontology.OntClassPhenotypesRetriever. retrievePhenotypeFromModel(Phenotype phenotype)Method parameters in org.molgenis.vibe.core.ontology_processing with type arguments of type Phenotype Modifier and Type Method Description abstract PhenotypesRetrieverPhenotypesRetrieverFactory. create(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int distance)Constructor parameters in org.molgenis.vibe.core.ontology_processing with type arguments of type Phenotype Constructor Description ChildrenRetriever(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int maxDistance)MaxDistanceRetriever(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int maxDistance)PhenotypesRetriever(org.apache.jena.ontology.OntModel model, Collection<Phenotype> inputPhenotypes, int maxDistance) -
Uses of Phenotype in org.molgenis.vibe.core.tdb_processing
Constructor parameters in org.molgenis.vibe.core.tdb_processing with type arguments of type Phenotype Constructor Description GenesForPhenotypeRetriever(ModelReader modelReader, Set<Phenotype> phenotypes) -
Uses of Phenotype in org.molgenis.vibe.core.tdb_processing.query_string_creation
Method parameters in org.molgenis.vibe.core.tdb_processing.query_string_creation with type arguments of type Phenotype Modifier and Type Method Description static QueryStringQueryStringGenerator. getGenesForPhenotypes(Set<Phenotype> phenotypes)
-