Interface NetworkAutomation
- All Known Implementing Classes:
NetworkAutomationImpl
@Path("/disgenet/v8")
public interface NetworkAutomation
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAppInfo
-
createGeneDiseaseNetwork
@POST @Produces("application/json") @Consumes("application/json") @Path("gene-disease-net") OperationResult createGeneDiseaseNetwork(GeneDiseaseParams params) -
createVariantDiseaseNetwork
@POST @Produces("application/json") @Consumes("application/json") @Path("variant-disease-net") OperationResult createVariantDiseaseNetwork(VariantDiseaseParams params)
-