@Path(value="/RWRMTN/v1/")
public interface autoRWRMTN
Modifier and Type | Field and Description |
---|---|
static String |
DISEASE_LIST |
Modifier and Type | Method and Description |
---|---|
ArrayList<rDisease> |
getDiseaseId(String diseaseName) |
List<rDisease> |
getDiseaseList() |
List<RankOutput> |
getRankedGenes(int limit) |
ArrayList<RankOutput> |
selectRankDisease(RankParameters rp) |
static final String DISEASE_LIST
@Path(value="rank") @POST @Produces(value="application/json") @Consumes(value="application/json") ArrayList<RankOutput> selectRankDisease(RankParameters rp)
@Path(value="diseaseList/") @GET @Produces(value="application/json") List<rDisease> getDiseaseList()
@Path(value="diseaseList/{diseaseName}") @GET @Produces(value="application/json") ArrayList<rDisease> getDiseaseId(@PathParam(value="diseaseName") String diseaseName)
@Path(value="getRank/{limit}") @GET @Produces(value="application/json") List<RankOutput> getRankedGenes(@PathParam(value="limit") int limit)
Copyright © 2019. All rights reserved.