action ebi_get_proteins_using_get { label: "Proteins collected from Uniprot for selective tax ids HUMAN(9606), MOUSE(10090), RAT(10116), BOVINE(9913), ESCHERICHIA_COLI(83333), SUS_SCROFA(9823), MYCOBACTERIUM_TUBERCULOSIS(83332), ORYCTOLAGUS_CUNICULUS(9986), SACCHAROMYCES_CEREVISIAE(559292), CVHSA(694009) & SARS2(2697049)" provider: ebi method: GET path: "/proteins" encoding: json input: { type: "object" properties: { accession: { type: "string" } ec: { type: "string" } fullName: { type: "string" } gene: { type: "string" } go: { type: "string" } interpro: { type: "string" } limit: { type: "string" } omim: { type: "string" } orphanet: { type: "string" } page: { type: "string" } pfam: { type: "string" } reactome: { type: "string" } taxId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }