Base URI | Method Type | Path | Description |
http://bioinfo.zju.edu.cn/KVarPredDB | |||
GET | getMutationList?protein={protein}&mutationType={MutationType} Example: getMutationList?protein=K1&mutationType=Missense_Mutation |
This link allows to get the mutation list with the given type in given protein. The mutationType can be ‘Missense_Mutation’ and ‘SNP’ | |
GET | selectMutation?cdnaMutationId={cdnaMutationId} Example: selectMutation?cdnaMutationId=24 |
This link allows to access the specific mutation | |
GET | getDiseaseListByMut?cdnaMutationId={cdnaMutationId} Example: getDiseaseListByMut?cdnaMutationId=24 |
This link allows to access the mutation related disease | |
GET | getDiseaseList | This link allows to access the diseases caused by keratin mutation | |
GET | selectDistinctProteinByOmimId?omimId={omimId} Example: selectDistinctProteinByOmimId?omimId=10 |
This link allows to access the keratin which caused the given disease. The omimId can be retrived from the “getDiseaseList” api | |
GET | selectMutationByOmimIdAndProtein?omimId={omimId}&protein={protein} Example: selectMutationByOmimIdAndProtein?omimId=10&protein=K1 |
This link allows to access the possible disease-related mutations in given protein |