Matrix 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/matrix?format=api&page=377
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=378", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=376", "results": [ { "matrix_id": "MA0629.2", "name": "Rhox11", "collection": "CORE", "base_id": "MA0629", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0629.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0629.2/" }, { "matrix_id": "MA0002.2", "name": "Runx1", "collection": "CORE", "base_id": "MA0002", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0002.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0002.2/" }, { "matrix_id": "MA0002.3", "name": "Runx1", "collection": "CORE", "base_id": "MA0002", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0002.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0002.3/" }, { "matrix_id": "MA0202.1", "name": "Rx", "collection": "CORE", "base_id": "MA0202", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0202.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0202.1/" }, { "matrix_id": "MA0512.1", "name": "Rxra", "collection": "CORE", "base_id": "MA0512", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0512.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0512.1/" }, { "matrix_id": "MA0512.2", "name": "Rxra", "collection": "CORE", "base_id": "MA0512", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0512.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0512.2/" }, { "matrix_id": "UN0379.1", "name": "S1FA3", "collection": "UNVALIDATED", "base_id": "UN0379", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0379.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0379.1/" }, { "matrix_id": "UN0379.2", "name": "S1FA3", "collection": "UNVALIDATED", "base_id": "UN0379", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0379.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0379.2/" }, { "matrix_id": "MA2537.1", "name": "SALL3", "collection": "CORE", "base_id": "MA2537", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2537.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2537.1/" }, { "matrix_id": "UN0835.1", "name": "SAP11", "collection": "UNVALIDATED", "base_id": "UN0835", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0835.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0835.1/" } ] }