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=117
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=118", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=116", "results": [ { "matrix_id": "MA0998.1", "name": "ERF096", "collection": "CORE", "base_id": "MA0998", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0998.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0998.1/" }, { "matrix_id": "MA0998.2", "name": "ERF096", "collection": "CORE", "base_id": "MA0998", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0998.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0998.2/" }, { "matrix_id": "MA1240.1", "name": "ERF10", "collection": "CORE", "base_id": "MA1240", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1240.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1240.1/" }, { "matrix_id": "MA1239.1", "name": "ERF104", "collection": "CORE", "base_id": "MA1239", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1239.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1239.1/" }, { "matrix_id": "MA1239.2", "name": "ERF104", "collection": "CORE", "base_id": "MA1239", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1239.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1239.2/" }, { "matrix_id": "MA1000.1", "name": "ERF105", "collection": "CORE", "base_id": "MA1000", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1000.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1000.1/" }, { "matrix_id": "MA1000.2", "name": "ERF105", "collection": "CORE", "base_id": "MA1000", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1000.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1000.2/" }, { "matrix_id": "MA1000.3", "name": "ERF105", "collection": "CORE", "base_id": "MA1000", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1000.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1000.3/" }, { "matrix_id": "MA1053.1", "name": "ERF109", "collection": "CORE", "base_id": "MA1053", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1053.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1053.1/" }, { "matrix_id": "MA1001.1", "name": "ERF11", "collection": "CORE", "base_id": "MA1001", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1001.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1001.1/" } ] }