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=166
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=167", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=165", "results": [ { "matrix_id": "MA0480.1", "name": "Foxo1", "collection": "CORE", "base_id": "MA0480", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0480.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0480.1/" }, { "matrix_id": "MA0480.2", "name": "Foxo1", "collection": "CORE", "base_id": "MA0480", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0480.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0480.2/" }, { "matrix_id": "MA0480.3", "name": "Foxo1", "collection": "CORE", "base_id": "MA0480", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0480.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0480.3/" }, { "matrix_id": "MA0157.3", "name": "Foxo3", "collection": "CORE", "base_id": "MA0157", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0157.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0157.3/" }, { "matrix_id": "MA0157.4", "name": "Foxo3", "collection": "CORE", "base_id": "MA0157", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0157.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0157.4/" }, { "matrix_id": "MA0040.1", "name": "Foxq1", "collection": "CORE", "base_id": "MA0040", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0040.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0040.1/" }, { "matrix_id": "MA0040.2", "name": "Foxq1", "collection": "CORE", "base_id": "MA0040", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0040.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0040.2/" }, { "matrix_id": "MA2501.1", "name": "G1", "collection": "CORE", "base_id": "MA2501", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2501.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2501.1/" }, { "matrix_id": "MA0062.1", "name": "GABPA", "collection": "CORE", "base_id": "MA0062", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0062.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0062.1/" }, { "matrix_id": "MA0062.3", "name": "GABPA", "collection": "CORE", "base_id": "MA0062", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0062.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0062.3/" } ] }