Class QueryStringGenerator
- java.lang.Object
-
- org.molgenis.vibe.core.tdb_processing.query_string_creation.QueryStringGenerator
-
public final class QueryStringGenerator extends Object
Generates SPARQL queries specific for the DisGeNET RDF dataset.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryStringgetGenesForPhenotypes(Set<Phenotype> phenotypes)static QueryStringgetSources()
-
-
-
Method Detail
-
getSources
public static QueryString getSources()
-
getGenesForPhenotypes
public static QueryString getGenesForPhenotypes(Set<Phenotype> phenotypes)
-
-