Uses of Class
org.molgenis.vibe.core.formats.PhenotypeNetwork
-
Packages that use PhenotypeNetwork Package Description org.molgenis.vibe.core.formats org.molgenis.vibe.core.ontology_processing -
-
Uses of PhenotypeNetwork in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that return PhenotypeNetwork Modifier and Type Method Description PhenotypeNetworkPhenotypeNetworkCollection. getPhenotypeNetworkBySource(Phenotype source)Retrieve aPhenotypeNetworkbased on itsgetSource().PhenotypeNetworkPhenotypeNetworkCollection. remove(Phenotype phenotypeSource)Removes aPhenotypeNetworkfrom thePhenotypeNetworkCollection.Methods in org.molgenis.vibe.core.formats with parameters of type PhenotypeNetwork Modifier and Type Method Description voidPhenotypeNetworkCollection. add(PhenotypeNetwork network)Adds aPhenotypeNetworkto thePhenotypeNetworkCollectionbooleanPhenotypeNetworkCollection. remove(PhenotypeNetwork network)Removes aPhenotypeNetworkfrom thePhenotypeNetworkCollection. -
Uses of PhenotypeNetwork in org.molgenis.vibe.core.ontology_processing
Methods in org.molgenis.vibe.core.ontology_processing with parameters of type PhenotypeNetwork Modifier and Type Method Description protected voidPhenotypesRetriever. addPhenotypeToNetwork(org.apache.jena.ontology.OntClass phenotypeOC, PhenotypeNetwork network, int distance)
-