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=464
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=465", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=463", "results": [ { "matrix_id": "MA1627.1", "name": "Wt1", "collection": "CORE", "base_id": "MA1627", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1627.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1627.1/" }, { "matrix_id": "MA1627.2", "name": "Wt1", "collection": "CORE", "base_id": "MA1627", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1627.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1627.2/" }, { "matrix_id": "MA0414.1", "name": "XBP1", "collection": "CORE", "base_id": "MA0414", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0414.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0414.1/" }, { "matrix_id": "MA0844.1", "name": "XBP1", "collection": "CORE", "base_id": "MA0844", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0844.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0844.1/" }, { "matrix_id": "MA0414.2", "name": "XBP1", "collection": "CORE", "base_id": "MA0414", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0414.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0414.2/" }, { "matrix_id": "MA0844.2", "name": "XBP1", "collection": "CORE", "base_id": "MA0844", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0844.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0844.2/" }, { "matrix_id": "MA2293.1", "name": "Xbp1", "collection": "CORE", "base_id": "MA2293", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2293.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2293.1/" }, { "matrix_id": "MA2294.1", "name": "Xrp1", "collection": "CORE", "base_id": "MA2294", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2294.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2294.1/" }, { "matrix_id": "UN0415.1", "name": "YAB1", "collection": "UNVALIDATED", "base_id": "UN0415", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0415.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0415.1/" }, { "matrix_id": "MA1186.1", "name": "YAB4", "collection": "CORE", "base_id": "MA1186", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1186.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1186.1/" } ] }