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=212
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=213", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=211", "results": [ { "matrix_id": "MA0902.2", "name": "HOXB2", "collection": "CORE", "base_id": "MA0902", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0902.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0902.2/" }, { "matrix_id": "MA0902.3", "name": "HOXB2", "collection": "CORE", "base_id": "MA0902", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0902.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0902.3/" }, { "matrix_id": "MA1957.1", "name": "HOXB2::ELK1", "collection": "CORE", "base_id": "MA1957", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1957.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1957.1/" }, { "matrix_id": "UN0560.1", "name": "HOXB2::ELK1", "collection": "UNVALIDATED", "base_id": "UN0560", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0560.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0560.1/" }, { "matrix_id": "UN0560.2", "name": "HOXB2::ELK1", "collection": "UNVALIDATED", "base_id": "UN0560", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0560.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0560.2/" }, { "matrix_id": "UN0561.1", "name": "HOXB2::PAX1", "collection": "UNVALIDATED", "base_id": "UN0561", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0561.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0561.1/" }, { "matrix_id": "UN0561.2", "name": "HOXB2::PAX1", "collection": "UNVALIDATED", "base_id": "UN0561", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0561.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0561.2/" }, { "matrix_id": "UN0562.1", "name": "HOXB2::PAX5", "collection": "UNVALIDATED", "base_id": "UN0562", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0562.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0562.1/" }, { "matrix_id": "UN0562.2", "name": "HOXB2::PAX5", "collection": "UNVALIDATED", "base_id": "UN0562", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0562.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0562.2/" }, { "matrix_id": "UN0563.1", "name": "HOXB2::PAX9", "collection": "UNVALIDATED", "base_id": "UN0563", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0563.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0563.1/" } ] }