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=333
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=334", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=332", "results": [ { "matrix_id": "MA0132.2", "name": "PDX1", "collection": "CORE", "base_id": "MA0132", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0132.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0132.2/" }, { "matrix_id": "MA0132.3", "name": "PDX1", "collection": "CORE", "base_id": "MA0132", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0132.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0132.3/" }, { "matrix_id": "UN1113.1", "name": "PDX1::ELK3", "collection": "UNVALIDATED", "base_id": "UN1113", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1113.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1113.1/" }, { "matrix_id": "UN1114.1", "name": "PDX1::FLI1", "collection": "UNVALIDATED", "base_id": "UN1114", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1114.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1114.1/" }, { "matrix_id": "UN1115.1", "name": "PDX1::TBX21", "collection": "UNVALIDATED", "base_id": "UN1115", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1115.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1115.1/" }, { "matrix_id": "UN1116.1", "name": "PDX1::TBX4", "collection": "UNVALIDATED", "base_id": "UN1116", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1116.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1116.1/" }, { "matrix_id": "MA2327.1", "name": "PGR", "collection": "CORE", "base_id": "MA2327", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2327.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2327.1/" }, { "matrix_id": "UN0100.1", "name": "PGTG_04827", "collection": "UNVALIDATED", "base_id": "UN0100", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0100.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0100.1/" }, { "matrix_id": "UN0100.2", "name": "PGTG_04827", "collection": "UNVALIDATED", "base_id": "UN0100", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0100.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0100.2/" }, { "matrix_id": "MA0355.1", "name": "PHD1", "collection": "CORE", "base_id": "MA0355", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0355.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0355.1/" } ] }