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=488
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=489", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=487", "results": [ { "matrix_id": "MA1725.2", "name": "ZNF189", "collection": "CORE", "base_id": "MA1725", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1725.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1725.2/" }, { "matrix_id": "UN0599.1", "name": "ZNF19", "collection": "UNVALIDATED", "base_id": "UN0599", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0599.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0599.1/" }, { "matrix_id": "UN0599.2", "name": "ZNF19", "collection": "UNVALIDATED", "base_id": "UN0599", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0599.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0599.2/" }, { "matrix_id": "UN0600.1", "name": "ZNF195", "collection": "UNVALIDATED", "base_id": "UN0600", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0600.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0600.1/" }, { "matrix_id": "UN0600.2", "name": "ZNF195", "collection": "UNVALIDATED", "base_id": "UN0600", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0600.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0600.2/" }, { "matrix_id": "UN0891.1", "name": "ZNF2", "collection": "UNVALIDATED", "base_id": "UN0891", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0891.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0891.1/" }, { "matrix_id": "MA2580.1", "name": "ZNF20", "collection": "CORE", "base_id": "MA2580", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2580.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2580.1/" }, { "matrix_id": "UN0887.1", "name": "ZNF208", "collection": "UNVALIDATED", "base_id": "UN0887", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0887.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0887.1/" }, { "matrix_id": "MA1974.1", "name": "ZNF211", "collection": "CORE", "base_id": "MA1974", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1974.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1974.1/" }, { "matrix_id": "MA1974.2", "name": "ZNF211", "collection": "CORE", "base_id": "MA1974", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1974.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1974.2/" } ] }