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=252
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=253", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=251", "results": [ { "matrix_id": "MA0135.2", "name": "Lhx3", "collection": "CORE", "base_id": "MA0135", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0135.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0135.2/" }, { "matrix_id": "MA1895.1", "name": "Lhx3/4", "collection": "CORE", "base_id": "MA1895", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1895.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1895.1/" }, { "matrix_id": "MA1895.2", "name": "Lhx3/4", "collection": "CORE", "base_id": "MA1895", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1895.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1895.2/" }, { "matrix_id": "MA0704.1", "name": "Lhx4", "collection": "CORE", "base_id": "MA0704", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0704.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0704.1/" }, { "matrix_id": "MA0704.2", "name": "Lhx4", "collection": "CORE", "base_id": "MA0704", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0704.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0704.2/" }, { "matrix_id": "MA0705.1", "name": "Lhx8", "collection": "CORE", "base_id": "MA0705", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0705.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0705.1/" }, { "matrix_id": "MA0705.2", "name": "Lhx8", "collection": "CORE", "base_id": "MA0705", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0705.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0705.2/" }, { "matrix_id": "MA0194.1", "name": "Lim1", "collection": "CORE", "base_id": "MA0194", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0194.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0194.1/" }, { "matrix_id": "MA0195.1", "name": "Lim3", "collection": "CORE", "base_id": "MA0195", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0195.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0195.1/" }, { "matrix_id": "MA0195.2", "name": "Lim3", "collection": "CORE", "base_id": "MA0195", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0195.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0195.2/" } ] }