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=591
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=592", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=590", "results": [ { "matrix_id": "MA0252.1", "name": "vis", "collection": "CORE", "base_id": "MA0252", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0252.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0252.1/" }, { "matrix_id": "MA0252.2", "name": "vis", "collection": "CORE", "base_id": "MA0252", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0252.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0252.2/" }, { "matrix_id": "MA0253.1", "name": "vnd", "collection": "CORE", "base_id": "MA0253", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0253.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0253.1/" }, { "matrix_id": "MA2291.1", "name": "vri", "collection": "CORE", "base_id": "MA2291", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2291.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2291.1/" }, { "matrix_id": "MA0254.1", "name": "vvl", "collection": "CORE", "base_id": "MA0254", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0254.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0254.1/" }, { "matrix_id": "MA1437.1", "name": "wc-1", "collection": "CORE", "base_id": "MA1437", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1437.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1437.1/" }, { "matrix_id": "MA1437.2", "name": "wc-1", "collection": "CORE", "base_id": "MA1437", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1437.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1437.2/" }, { "matrix_id": "MA2292.1", "name": "wor", "collection": "CORE", "base_id": "MA2292", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2292.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2292.1/" }, { "matrix_id": "MA2754.1", "name": "wrky38", "collection": "CORE", "base_id": "MA2754", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2754.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2754.1/" }, { "matrix_id": "UN0472.1", "name": "xBP-a", "collection": "UNVALIDATED", "base_id": "UN0472", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0472.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0472.1/" } ] }