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=373
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=374", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=372", "results": [ { "matrix_id": "MA0511.1", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0511.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0511.1/" }, { "matrix_id": "MA0511.2", "name": "RUNX2", "collection": "CORE", "base_id": "MA0511", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0511.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0511.2/" }, { "matrix_id": "MA0684.1", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0684.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0684.1/" }, { "matrix_id": "MA0684.2", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0684.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0684.2/" }, { "matrix_id": "MA0684.3", "name": "RUNX3", "collection": "CORE", "base_id": "MA0684", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0684.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0684.3/" }, { "matrix_id": "UN1128.1", "name": "RUNX3::FOXD2", "collection": "UNVALIDATED", "base_id": "UN1128", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1128.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1128.1/" }, { "matrix_id": "MA1184.1", "name": "RVE1", "collection": "CORE", "base_id": "MA1184", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1184.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1184.1/" }, { "matrix_id": "MA1184.2", "name": "RVE1", "collection": "CORE", "base_id": "MA1184", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1184.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1184.2/" }, { "matrix_id": "MA1187.1", "name": "RVE4", "collection": "CORE", "base_id": "MA1187", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1187.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1187.1/" }, { "matrix_id": "MA1187.2", "name": "RVE4", "collection": "CORE", "base_id": "MA1187", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1187.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1187.2/" } ] }