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=204
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=205", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=203", "results": [ { "matrix_id": "MA0738.1", "name": "HIC2", "collection": "CORE", "base_id": "MA0738", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0738.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0738.1/" }, { "matrix_id": "MA0738.2", "name": "HIC2", "collection": "CORE", "base_id": "MA0738", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0738.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0738.2/" }, { "matrix_id": "MA1106.1", "name": "HIF1A", "collection": "CORE", "base_id": "MA1106", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1106.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1106.1/" }, { "matrix_id": "MA1106.2", "name": "HIF1A", "collection": "CORE", "base_id": "MA1106", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1106.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1106.2/" }, { "matrix_id": "MA2674.1", "name": "HIF3A", "collection": "CORE", "base_id": "MA2674", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2674.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2674.1/" }, { "matrix_id": "MA0131.1", "name": "HINFP", "collection": "CORE", "base_id": "MA0131", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0131.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0131.1/" }, { "matrix_id": "MA0131.2", "name": "HINFP", "collection": "CORE", "base_id": "MA0131", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0131.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0131.2/" }, { "matrix_id": "MA0131.3", "name": "HINFP", "collection": "CORE", "base_id": "MA0131", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0131.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0131.3/" }, { "matrix_id": "UN0557.1", "name": "HKR1", "collection": "UNVALIDATED", "base_id": "UN0557", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0557.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0557.1/" }, { "matrix_id": "UN0557.2", "name": "HKR1", "collection": "UNVALIDATED", "base_id": "UN0557", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0557.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0557.2/" } ] }