piscesCSM website screenshot

piscesCSM

Here we offer an API (Application Programming Interface) to assist users in integrating piscesCSM into their research pipelines.In summary, all jobs submitted to our server are labelled with a unique ID which is used to query the status of the job.

1 APIs 0 Features
BioinformaticsDrug DiscoveryCancer

APIs

piscesCSM

Here we offer an API (Application Programming Interface) to assist users in integrating piscesCSM into their research pipelines.In summary, all jobs submitted to our server are ...

Collections

Pricing Plans

Piscescsm Plans Pricing

3 plans

PLANS

Rate Limits

Piscescsm Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
DomainSecurity
DomainSecurity

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: piscesCSM API
  version: '1.0'
items:
- info:
    name: Retrieve prediction results
    type: http
  http:
    method: GET
    url: https://biosig.lab.uq.edu.au/piscescsm/api/predict
    params:
    - name: job_id
      value: api_166596586018
      type: query
      description: Job identifier returned by submitPrediction.
  docs: Retrieve the status or results of a previously submitted job using the job identifier returned at submission time.
- info:
    name: Submit a drug-pair prediction job
    type: http
  http:
    method: POST
    url: https://biosig.lab.uq.edu.au/piscescsm/api/predict
    body:
      type: multipart-form
      data:
      - name: drugA
        type: text
        value: ''
      - name: drugB
        type: text
        value: ''
  docs: Submit a pair of drugs (as SMILES strings) for piscesCSM prediction. The response returns a unique job identifier
    used to poll for results.
bundled: true