genotype_phenotype_service¶
************* /phenotypeassociationsets/search **************** ************* /phenotypes/search **************** ************* /featurephenotypeassociations/search ****************
SearchPhenotypeAssociationSets
(request)¶
Parameters: request – Return type: Throws:
Gets a list of association sets accessible through the API. POST /phenotypeassociationsets/search must accept a JSON version of SearchPhenotypeAssociationSetsRequest as the post body and will return a JSON version of SearchPhenotypeAssociationSetsResponse.
SearchPhenotype
(request)¶
Parameters: request – Return type: Throws:
Gets a list of phenotypes accessible through the API. POST /phenotypes/search must accept a JSON version of SearchPhenotypesRequest as the post body and will return a JSON version of SearchPhenotypeAssociationSetsResponse.
SearchPhenotypeAssociations
(request)¶
Parameters: request – Return type: Throws:
Gets a list of genotype-phenotype assoications accessible through the API. POST /featurephenotypeassociations/search must accept a JSON version of SearchPhenotypesRequest as the post body and will return a JSON version of SearchPhenotypeAssociationSetsResponse.