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=492
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=493", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=491", "results": [ { "matrix_id": "MA2550.1", "name": "ZNF275", "collection": "CORE", "base_id": "MA2550", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2550.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2550.1/" }, { "matrix_id": "UN0172.1", "name": "ZNF276", "collection": "UNVALIDATED", "base_id": "UN0172", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0172.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0172.1/" }, { "matrix_id": "UN0172.2", "name": "ZNF276", "collection": "UNVALIDATED", "base_id": "UN0172", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0172.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0172.2/" }, { "matrix_id": "UN0173.1", "name": "ZNF28", "collection": "UNVALIDATED", "base_id": "UN0173", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0173.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0173.1/" }, { "matrix_id": "UN0173.2", "name": "ZNF28", "collection": "UNVALIDATED", "base_id": "UN0173", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0173.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0173.2/" }, { "matrix_id": "UN0810.1", "name": "ZNF280D", "collection": "UNVALIDATED", "base_id": "UN0810", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0810.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0810.1/" }, { "matrix_id": "MA1630.2", "name": "ZNF281", "collection": "CORE", "base_id": "MA1630", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1630.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1630.2/" }, { "matrix_id": "MA1630.3", "name": "ZNF281", "collection": "CORE", "base_id": "MA1630", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1630.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1630.3/" }, { "matrix_id": "MA1154.1", "name": "ZNF282", "collection": "CORE", "base_id": "MA1154", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1154.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1154.1/" }, { "matrix_id": "MA1154.2", "name": "ZNF282", "collection": "CORE", "base_id": "MA1154", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1154.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1154.2/" } ] }