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=92
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=93", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=91", "results": [ { "matrix_id": "UN0108.2", "name": "Dsp1", "collection": "UNVALIDATED", "base_id": "UN0108", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0108.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0108.2/" }, { "matrix_id": "MA0611.1", "name": "Dux", "collection": "CORE", "base_id": "MA0611", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0611.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0611.1/" }, { "matrix_id": "MA0611.2", "name": "Dux", "collection": "CORE", "base_id": "MA0611", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0611.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0611.2/" }, { "matrix_id": "MA0611.3", "name": "Dux", "collection": "CORE", "base_id": "MA0611", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0611.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0611.3/" }, { "matrix_id": "MA2485.1", "name": "Duxbl1", "collection": "CORE", "base_id": "MA2485", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2485.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2485.1/" }, { "matrix_id": "MA2219.1", "name": "E(spl)m3-HLH", "collection": "CORE", "base_id": "MA2219", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2219.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2219.1/" }, { "matrix_id": "UN0761.1", "name": "E(spl)m5-HLH", "collection": "UNVALIDATED", "base_id": "UN0761", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0761.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0761.1/" }, { "matrix_id": "UN0762.1", "name": "E(spl)m7-HLH", "collection": "UNVALIDATED", "base_id": "UN0762", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0762.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0762.1/" }, { "matrix_id": "MA2464.1", "name": "E(spl)m8-HLH", "collection": "CORE", "base_id": "MA2464", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2464.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2464.1/" }, { "matrix_id": "MA2220.1", "name": "E(spl)mbeta-HLH", "collection": "CORE", "base_id": "MA2220", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2220.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2220.1/" } ] }