Uses of Class
org.molgenis.vibe.core.formats.Disease
-
Packages that use Disease Package Description org.molgenis.vibe.core.formats -
-
Uses of Disease in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that return Disease Modifier and Type Method Description DiseaseGeneDiseaseCombination. getDisease()Methods in org.molgenis.vibe.core.formats that return types with arguments of type Disease Modifier and Type Method Description Set<Disease>GeneDiseaseCollection. getDiseases()Methods in org.molgenis.vibe.core.formats with parameters of type Disease Modifier and Type Method Description Set<GeneDiseaseCombination>GeneDiseaseCollection. getByDisease(Disease disease)List<GeneDiseaseCombination>GeneDiseaseCollection. getByDiseaseOrderedByGdaScore(Disease disease)Wrapper forGeneDiseaseCollection.getByDisease(Disease)that returns an orderedListbased onGeneDiseaseCombination.getDisgenetScore()(high->low) instead of aSet.Constructors in org.molgenis.vibe.core.formats with parameters of type Disease Constructor Description GeneDiseaseCombination(Gene gene, Disease disease)Simple constructor allowing for easy comparison of collections.GeneDiseaseCombination(Gene gene, Disease disease, double disgenetScore)
-