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=306
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=307", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=305", "results": [ { "matrix_id": "MA1529.1", "name": "NHLH2", "collection": "CORE", "base_id": "MA1529", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1529.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1529.1/" }, { "matrix_id": "MA1529.2", "name": "NHLH2", "collection": "CORE", "base_id": "MA1529", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1529.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1529.2/" }, { "matrix_id": "MA0344.1", "name": "NHP10", "collection": "CORE", "base_id": "MA0344", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0344.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0344.1/" }, { "matrix_id": "MA1793.1", "name": "NID1", "collection": "CORE", "base_id": "MA1793", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1793.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1793.1/" }, { "matrix_id": "MA1793.2", "name": "NID1", "collection": "CORE", "base_id": "MA1793", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1793.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1793.2/" }, { "matrix_id": "MA0196.1", "name": "NK7.1", "collection": "CORE", "base_id": "MA0196", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0196.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0196.1/" }, { "matrix_id": "MA1645.1", "name": "NKX2-2", "collection": "CORE", "base_id": "MA1645", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1645.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1645.1/" }, { "matrix_id": "MA1645.2", "name": "NKX2-2", "collection": "CORE", "base_id": "MA1645", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1645.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1645.2/" }, { "matrix_id": "MA0672.1", "name": "NKX2-3", "collection": "CORE", "base_id": "MA0672", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0672.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0672.1/" }, { "matrix_id": "MA0672.2", "name": "NKX2-3", "collection": "CORE", "base_id": "MA0672", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0672.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0672.2/" } ] }