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=534
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=535", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=533", "results": [ { "matrix_id": "MA0146.2", "name": "Zfx", "collection": "CORE", "base_id": "MA0146", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0146.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0146.2/" }, { "matrix_id": "MA0146.3", "name": "Zfx", "collection": "CORE", "base_id": "MA0146", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0146.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0146.3/" }, { "matrix_id": "MA1628.1", "name": "Zic1::Zic2", "collection": "CORE", "base_id": "MA1628", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1628.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1628.1/" }, { "matrix_id": "MA1628.2", "name": "Zic1::Zic2", "collection": "CORE", "base_id": "MA1628", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1628.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1628.2/" }, { "matrix_id": "MA1629.1", "name": "Zic2", "collection": "CORE", "base_id": "MA1629", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1629.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1629.1/" }, { "matrix_id": "MA1629.2", "name": "Zic2", "collection": "CORE", "base_id": "MA1629", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1629.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1629.2/" }, { "matrix_id": "MA0697.2", "name": "Zic3", "collection": "CORE", "base_id": "MA0697", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0697.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0697.2/" }, { "matrix_id": "MA0697.3", "name": "Zic3", "collection": "CORE", "base_id": "MA0697", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0697.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0697.3/" }, { "matrix_id": "UN0793.1", "name": "Zif", "collection": "UNVALIDATED", "base_id": "UN0793", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0793.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0793.1/" }, { "matrix_id": "MA1832.1", "name": "Zm00001d002364", "collection": "CORE", "base_id": "MA1832", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1832.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1832.1/" } ] }