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=282
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=283", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=281", "results": [ { "matrix_id": "MA0500.3", "name": "MYOG", "collection": "CORE", "base_id": "MA0500", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0500.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0500.3/" }, { "matrix_id": "UN1101.1", "name": "MYOG::TBX21", "collection": "UNVALIDATED", "base_id": "UN1101", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1101.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1101.1/" }, { "matrix_id": "UN0909.1", "name": "MYOG::TEAD4", "collection": "UNVALIDATED", "base_id": "UN0909", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0909.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0909.1/" }, { "matrix_id": "MA2535.1", "name": "MYPOP", "collection": "CORE", "base_id": "MA2535", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2535.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2535.1/" }, { "matrix_id": "MA1168.1", "name": "MYR2", "collection": "CORE", "base_id": "MA1168", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1168.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1168.1/" }, { "matrix_id": "MA1168.2", "name": "MYR2", "collection": "CORE", "base_id": "MA1168", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1168.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1168.2/" }, { "matrix_id": "MA2506.1", "name": "MYT1", "collection": "CORE", "base_id": "MA2506", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2506.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2506.1/" }, { "matrix_id": "MA2682.1", "name": "MYT1L", "collection": "CORE", "base_id": "MA2682", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2682.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2682.1/" }, { "matrix_id": "MA0056.1", "name": "MZF1", "collection": "CORE", "base_id": "MA0056", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0056.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0056.1/" }, { "matrix_id": "MA0056.2", "name": "MZF1", "collection": "CORE", "base_id": "MA0056", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0056.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0056.2/" } ] }