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=581
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=582", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=580", "results": [ { "matrix_id": "MA0241.1", "name": "ro", "collection": "CORE", "base_id": "MA0241", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0241.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0241.1/" }, { "matrix_id": "MA1431.1", "name": "rst2", "collection": "CORE", "base_id": "MA1431", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1431.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1431.1/" }, { "matrix_id": "MA1431.2", "name": "rst2", "collection": "CORE", "base_id": "MA1431", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1431.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1431.2/" }, { "matrix_id": "UN0081.1", "name": "rsv2", "collection": "UNVALIDATED", "base_id": "UN0081", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0081.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0081.1/" }, { "matrix_id": "UN0081.2", "name": "rsv2", "collection": "UNVALIDATED", "base_id": "UN0081", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0081.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0081.2/" }, { "matrix_id": "MA2319.1", "name": "run", "collection": "CORE", "base_id": "MA2319", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2319.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2319.1/" }, { "matrix_id": "MA2268.1", "name": "sage", "collection": "CORE", "base_id": "MA2268", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2268.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2268.1/" }, { "matrix_id": "MA2694.1", "name": "sak1", "collection": "CORE", "base_id": "MA2694", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2694.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2694.1/" }, { "matrix_id": "MA2269.1", "name": "sc", "collection": "CORE", "base_id": "MA2269", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2269.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2269.1/" }, { "matrix_id": "MA0193.1", "name": "schlank", "collection": "CORE", "base_id": "MA0193", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0193.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0193.1/" } ] }