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=575
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=576", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=574", "results": [ { "matrix_id": "MA1451.1", "name": "nhr-6", "collection": "CORE", "base_id": "MA1451", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1451.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1451.1/" }, { "matrix_id": "UN0716.1", "name": "nhr-65", "collection": "UNVALIDATED", "base_id": "UN0716", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0716.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0716.1/" }, { "matrix_id": "UN0747.1", "name": "nhr-66", "collection": "UNVALIDATED", "base_id": "UN0747", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0747.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0747.1/" }, { "matrix_id": "UN0717.1", "name": "nhr-7", "collection": "UNVALIDATED", "base_id": "UN0717", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0717.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0717.1/" }, { "matrix_id": "MA2145.1", "name": "nhr-70", "collection": "CORE", "base_id": "MA2145", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2145.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2145.1/" }, { "matrix_id": "UN0718.1", "name": "nhr-84", "collection": "UNVALIDATED", "base_id": "UN0718", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0718.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0718.1/" }, { "matrix_id": "MA2146.1", "name": "nhr-86", "collection": "CORE", "base_id": "MA2146", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2146.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2146.1/" }, { "matrix_id": "MA1435.1", "name": "nit-4", "collection": "CORE", "base_id": "MA1435", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1435.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1435.1/" }, { "matrix_id": "MA1435.2", "name": "nit-4", "collection": "CORE", "base_id": "MA1435", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1435.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1435.2/" }, { "matrix_id": "UN0719.1", "name": "npax-1", "collection": "UNVALIDATED", "base_id": "UN0719", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0719.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0719.1/" } ] }