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=429
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=430", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=428", "results": [ { "matrix_id": "MA0813.1", "name": "TFAP2B", "collection": "CORE", "base_id": "MA0813", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0813.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0813.1/" }, { "matrix_id": "MA0811.2", "name": "TFAP2B", "collection": "CORE", "base_id": "MA0811", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0811.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0811.2/" }, { "matrix_id": "MA0812.2", "name": "TFAP2B", "collection": "CORE", "base_id": "MA0812", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0812.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0812.2/" }, { "matrix_id": "MA0524.1", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0524", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0524.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0524.1/" }, { "matrix_id": "MA0524.2", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0524", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0524.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0524.2/" }, { "matrix_id": "MA0814.1", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0814", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0814.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0814.1/" }, { "matrix_id": "MA0815.1", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0815", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0815.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0815.1/" }, { "matrix_id": "MA0814.2", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0814", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0814.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0814.2/" }, { "matrix_id": "MA0524.3", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0524", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0524.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0524.3/" }, { "matrix_id": "MA0814.3", "name": "TFAP2C", "collection": "CORE", "base_id": "MA0814", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0814.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0814.3/" } ] }