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=410
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=411", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=409", "results": [ { "matrix_id": "MA0514.2", "name": "Sox3", "collection": "CORE", "base_id": "MA0514", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0514.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0514.2/" }, { "matrix_id": "MA0514.3", "name": "Sox3", "collection": "CORE", "base_id": "MA0514", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0514.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0514.3/" }, { "matrix_id": "MA0087.1", "name": "Sox5", "collection": "CORE", "base_id": "MA0087", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0087.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0087.1/" }, { "matrix_id": "MA0087.2", "name": "Sox5", "collection": "CORE", "base_id": "MA0087", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0087.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0087.2/" }, { "matrix_id": "MA0087.3", "name": "Sox5", "collection": "CORE", "base_id": "MA0087", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0087.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0087.3/" }, { "matrix_id": "MA0515.1", "name": "Sox6", "collection": "CORE", "base_id": "MA0515", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0515.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0515.1/" }, { "matrix_id": "MA2095.1", "name": "Sox7", "collection": "CORE", "base_id": "MA2095", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2095.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2095.1/" }, { "matrix_id": "MA1915.1", "name": "SoxB1", "collection": "CORE", "base_id": "MA1915", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1915.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1915.1/" }, { "matrix_id": "MA1915.2", "name": "SoxB1", "collection": "CORE", "base_id": "MA1915", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1915.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1915.2/" }, { "matrix_id": "MA1916.1", "name": "SoxB2", "collection": "CORE", "base_id": "MA1916", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1916.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1916.1/" } ] }