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=236
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=237", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=235", "results": [ { "matrix_id": "MA1608.2", "name": "Isl1", "collection": "CORE", "base_id": "MA1608", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1608.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1608.2/" }, { "matrix_id": "MA1889.1", "name": "Isx", "collection": "CORE", "base_id": "MA1889", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1889.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1889.1/" }, { "matrix_id": "MA1889.2", "name": "Isx", "collection": "CORE", "base_id": "MA1889", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1889.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1889.2/" }, { "matrix_id": "MA0655.1", "name": "JDP2", "collection": "CORE", "base_id": "MA0655", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0655.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0655.1/" }, { "matrix_id": "MA0656.1", "name": "JDP2", "collection": "CORE", "base_id": "MA0656", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0656.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0656.1/" }, { "matrix_id": "MA0656.2", "name": "JDP2", "collection": "CORE", "base_id": "MA0656", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0656.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0656.2/" }, { "matrix_id": "UN0403.1", "name": "JGL", "collection": "UNVALIDATED", "base_id": "UN0403", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0403.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0403.1/" }, { "matrix_id": "UN0403.2", "name": "JGL", "collection": "UNVALIDATED", "base_id": "UN0403", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0403.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0403.2/" }, { "matrix_id": "MA1156.1", "name": "JKD", "collection": "CORE", "base_id": "MA1156", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1156.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1156.1/" }, { "matrix_id": "MA1156.2", "name": "JKD", "collection": "CORE", "base_id": "MA1156", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1156.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1156.2/" } ] }