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=225
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=226", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=224", "results": [ { "matrix_id": "MA1877.1", "name": "Hes-b", "collection": "CORE", "base_id": "MA1877", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1877.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1877.1/" }, { "matrix_id": "MA1877.2", "name": "Hes-b", "collection": "CORE", "base_id": "MA1877", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1877.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1877.2/" }, { "matrix_id": "MA1878.1", "name": "Hes-c", "collection": "CORE", "base_id": "MA1878", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1878.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1878.1/" }, { "matrix_id": "MA1878.2", "name": "Hes-c", "collection": "CORE", "base_id": "MA1878", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1878.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1878.2/" }, { "matrix_id": "MA1099.1", "name": "Hes1", "collection": "CORE", "base_id": "MA1099", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1099.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1099.1/" }, { "matrix_id": "MA0616.1", "name": "Hes2", "collection": "CORE", "base_id": "MA0616", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0616.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0616.1/" }, { "matrix_id": "MA1879.1", "name": "Hex", "collection": "CORE", "base_id": "MA1879", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1879.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1879.1/" }, { "matrix_id": "MA1879.2", "name": "Hex", "collection": "CORE", "base_id": "MA1879", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1879.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1879.2/" }, { "matrix_id": "MA1880.1", "name": "Hey", "collection": "CORE", "base_id": "MA1880", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1880.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1880.1/" }, { "matrix_id": "MA2240.1", "name": "Hey", "collection": "CORE", "base_id": "MA2240", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2240.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2240.1/" } ] }