Users can access the CancerPPD 2.0 data programmatically, eliminating the
need to download data manually. Programmatic access is facilitated through a variety of query fields and
corresponding query term options. Users select the relevant query field - Cancer Type, Cell
Line or Sequence - and its associated query term. The API accommodates selection from three query fields: Cancer Type,
containing 15 distinct cancer types, Cell Line, comprising data from 45 different cell lines and Sequence, which offers
two options Natural and Modified.
Following selection of the desired query terms, the API generates a CURL command
and a wget command, enabling direct data access. Additionally, the API generates a
Request URL for direct access through any programming language such as Python (requests library), Javascript - Node.js (axios library), etc.
Query results are returned by the server
in JSON format, which can be copied or downloaded from the Server Response box. Each query response
encompasses 16 fields: CancerPPD 2.0 ID, PMID, Year, Sequence, Peptide Name, Length, Linear/Cyclic,
Chirality, Chemical Modifications, C-Terminal Modifications, N-Terminal Modifications, Cell Line, Cancer
Type, Assay, Test Time, and Tissue. Users can parse the response JSON data to suit their specific
requirements.
For more information see User Guide.
Please wait...