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=550
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=551", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=549", "results": [ { "matrix_id": "UN0755.1", "name": "cnc", "collection": "UNVALIDATED", "base_id": "UN0755", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0755.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0755.1/" }, { "matrix_id": "MA0530.1", "name": "cnc::maf-S", "collection": "CORE", "base_id": "MA0530", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0530.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0530.1/" }, { "matrix_id": "MA0530.2", "name": "cnc::maf-S", "collection": "CORE", "base_id": "MA0530", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0530.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0530.2/" }, { "matrix_id": "MA2163.1", "name": "cnd-1", "collection": "CORE", "base_id": "MA2163", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2163.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2163.1/" }, { "matrix_id": "UN0086.1", "name": "col-24", "collection": "UNVALIDATED", "base_id": "UN0086", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0086.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0086.1/" }, { "matrix_id": "UN0086.2", "name": "col-24", "collection": "UNVALIDATED", "base_id": "UN0086", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0086.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0086.2/" }, { "matrix_id": "MA2753.1", "name": "cpp8", "collection": "CORE", "base_id": "MA2753", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2753.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2753.1/" }, { "matrix_id": "MA2208.1", "name": "crc", "collection": "CORE", "base_id": "MA2208", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2208.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2208.1/" }, { "matrix_id": "MA1432.1", "name": "cre-1", "collection": "CORE", "base_id": "MA1432", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1432.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1432.1/" }, { "matrix_id": "MA1432.2", "name": "cre-1", "collection": "CORE", "base_id": "MA1432", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1432.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1432.2/" } ] }