Uses of Class
org.molgenis.vibe.core.formats.Source
-
Packages that use Source Package Description org.molgenis.vibe.core.database_processing org.molgenis.vibe.core.formats -
-
Uses of Source in org.molgenis.vibe.core.database_processing
Methods in org.molgenis.vibe.core.database_processing that return types with arguments of type Source Modifier and Type Method Description protected Map<URI,Source>DisgenetRdfDataRetriever. getSources()RequiresDisgenetRdfDataRetriever.retrieveSources()to be run first! -
Uses of Source in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that return types with arguments of type Source Modifier and Type Method Description Map<Source,Integer>GeneDiseaseCombination. getSourcesCount()The number of occurrences for this gene-disease combination perSource.Set<Source>GeneDiseaseCombination. getSourcesWithPubmedEvidence()Methods in org.molgenis.vibe.core.formats with parameters of type Source Modifier and Type Method Description voidGeneDiseaseCombination. add(Source source)voidGeneDiseaseCombination. add(Source source, PubmedEvidence evidence)intSource. compareTo(Source o)intGeneDiseaseCombination. getCountForSource(Source source)The count for the definedSourceSet<PubmedEvidence>GeneDiseaseCombination. getPubmedEvidenceForSource(Source source)ThePubmedEvidencefor the definedSource.List<PubmedEvidence>GeneDiseaseCombination. getPubmedEvidenceForSourceSortedByReleaseDate(Source source)ThePubmedEvidencefor the definedSource.
-