@Path(value="/disgenet/v8")
public interface NetworkAutomation
Modifier and Type | Method and Description |
---|---|
OperationResult |
createGeneDiseaseNetwork(GeneDiseaseParams params) |
OperationResult |
createVariantDiseaseNetwork(VariantDiseaseParams params) |
OperationResult |
getAppInfo() |
OperationResult |
performGeneDiseaseEnrichment(GeneEnrichmentParams params) |
OperationResult |
performVariantDiseaseEnrichment(VariantEnrichmentParams params) |
@GET @Produces(value="application/json") @Path(value="version") OperationResult getAppInfo()
@POST @Produces(value="application/json") @Consumes(value="application/json") @Path(value="gene-disease-net") OperationResult createGeneDiseaseNetwork(GeneDiseaseParams params)
@POST @Produces(value="application/json") @Consumes(value="application/json") @Path(value="variant-disease-net") OperationResult createVariantDiseaseNetwork(VariantDiseaseParams params)
@POST @Produces(value="application/json") @Consumes(value="application/json") @Path(value="gene-enrichment") OperationResult performGeneDiseaseEnrichment(GeneEnrichmentParams params)
@POST @Produces(value="application/json") @Consumes(value="application/json") @Path(value="variant-enrichment") OperationResult performVariantDiseaseEnrichment(VariantEnrichmentParams params)
Copyright © 2024. All rights reserved.