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=359
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=360", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=358", "results": [ { "matrix_id": "MA1998.2", "name": "Prdm14", "collection": "CORE", "base_id": "MA1998", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1998.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1998.2/" }, { "matrix_id": "MA1616.1", "name": "Prdm15", "collection": "CORE", "base_id": "MA1616", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1616.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1616.1/" }, { "matrix_id": "MA1616.2", "name": "Prdm15", "collection": "CORE", "base_id": "MA1616", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1616.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1616.2/" }, { "matrix_id": "MA1647.2", "name": "Prdm4", "collection": "CORE", "base_id": "MA1647", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1647.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1647.2/" }, { "matrix_id": "MA1647.3", "name": "Prdm4", "collection": "CORE", "base_id": "MA1647", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1647.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1647.3/" }, { "matrix_id": "MA1999.1", "name": "Prdm5", "collection": "CORE", "base_id": "MA1999", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1999.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1999.1/" }, { "matrix_id": "MA1999.2", "name": "Prdm5", "collection": "CORE", "base_id": "MA1999", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1999.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1999.2/" }, { "matrix_id": "MA1909.1", "name": "Prop", "collection": "CORE", "base_id": "MA1909", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1909.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1909.1/" }, { "matrix_id": "MA1909.2", "name": "Prop", "collection": "CORE", "base_id": "MA1909", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1909.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1909.2/" }, { "matrix_id": "UN0467.1", "name": "Prox-a", "collection": "UNVALIDATED", "base_id": "UN0467", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0467.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0467.1/" } ] }