Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These are the available filters and options:

output format: coded as *of**, the only allowed value now is json (default), others such as protobuf are being developed. E.g.:

bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/latest/hsapiens/feature/gene/BRCA2/info?of=json *

exclude: name of the fields to be excluded in the output. E.g:

bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/latest/hsapiens/feature/gene/BRCA2/info?exclude=transcripts *

include: name of the fields to be included in the output, the rest will be excluded. E.g:

bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/latest/hsapiens/feature/gene/BRCA2/info?include=id,name,biotype *  

limit: maximum number of results to be returned. By default, all results are returned. E.g:

bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/latest/hsapiens/feature/gene/BRCA2/snp?limit=3 *  

skip: number of results to be skipped. By default, no result is omitted. E.g:

bioinfo.hpc.cam.ac.uk/cellbase/webservices/rest/latest/hsapiens/feature/gene/BRCA2/snp?skip=50 *  

count: get the number of results obtained. By default, false. E.g:

...