Tffm List
This API provides an easy-to-use REST web interface to query/retrieve matrix
profile data from the latest version of the JASPAR database. The API comes
with a human browsable interface and also a programmatic interface which
return the results in eight different formats, including
json,
jsonp, jaspar, meme,
transfac, pfm, yaml and
bed.
GET /api/v1/tffm?order=-matrix_base_id&page=109
{ "count": 1081, "next": null, "previous": "https://jaspar2022.genereg.net/api/v1/tffm?order=-matrix_base_id&page=108", "results": [ { "tffm_id": "TFFM0091.1", "name": "RUNX1", "base_id": "TFFM0091", "version": "1", "matrix_base_id": "MA0002", "matrix_version": "2", "matrix_id": "MA0002.2", "tffm_url": "https://jaspar2022.genereg.net/api/v1/tffm/TFFM0091.1/", "matrix_url": "https://jaspar2022.genereg.net/api/v1/matrix/TFFM0091.1/", "log_p_1st_order": "-1042.13", "log_p_detailed": "-1004.13", "experiment_name": "Runx1_GSE22178_jl_AM_mm9_processed" } ] }