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=512
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=513", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=511", "results": [ { "matrix_id": "MA1713.2", "name": "ZNF610", "collection": "CORE", "base_id": "MA1713", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1713.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1713.2/" }, { "matrix_id": "UN0641.1", "name": "ZNF611", "collection": "UNVALIDATED", "base_id": "UN0641", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0641.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0641.1/" }, { "matrix_id": "UN0641.2", "name": "ZNF611", "collection": "UNVALIDATED", "base_id": "UN0641", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0641.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0641.2/" }, { "matrix_id": "UN0642.1", "name": "ZNF614", "collection": "UNVALIDATED", "base_id": "UN0642", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0642.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0642.1/" }, { "matrix_id": "UN0642.2", "name": "ZNF614", "collection": "UNVALIDATED", "base_id": "UN0642", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0642.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0642.2/" }, { "matrix_id": "UN0643.1", "name": "ZNF616", "collection": "UNVALIDATED", "base_id": "UN0643", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0643.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0643.1/" }, { "matrix_id": "MA2497.1", "name": "ZNF623", "collection": "CORE", "base_id": "MA2497", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2497.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2497.1/" }, { "matrix_id": "UN0644.1", "name": "ZNF627", "collection": "UNVALIDATED", "base_id": "UN0644", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0644.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0644.1/" }, { "matrix_id": "UN0644.2", "name": "ZNF627", "collection": "UNVALIDATED", "base_id": "UN0644", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0644.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0644.2/" }, { "matrix_id": "UN0645.1", "name": "ZNF629", "collection": "UNVALIDATED", "base_id": "UN0645", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0645.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0645.1/" } ] }