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=196
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=197", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=195", "results": [ { "matrix_id": "MA0734.4", "name": "Gli2", "collection": "CORE", "base_id": "MA0734", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0734.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0734.4/" }, { "matrix_id": "UN0452.1", "name": "Glis", "collection": "UNVALIDATED", "base_id": "UN0452", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0452.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0452.1/" }, { "matrix_id": "UN0452.2", "name": "Glis", "collection": "UNVALIDATED", "base_id": "UN0452", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0452.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0452.2/" }, { "matrix_id": "MA1019.1", "name": "Glyma19g26560.1", "collection": "CORE", "base_id": "MA1019", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1019.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1019.1/" }, { "matrix_id": "MA1019.2", "name": "Glyma19g26560.1", "collection": "CORE", "base_id": "MA1019", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1019.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1019.2/" }, { "matrix_id": "MA0615.1", "name": "Gmeb1", "collection": "CORE", "base_id": "MA0615", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0615.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0615.1/" }, { "matrix_id": "MA0615.2", "name": "Gmeb1", "collection": "CORE", "base_id": "MA0615", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0615.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0615.2/" }, { "matrix_id": "MA0190.1", "name": "Gsc", "collection": "CORE", "base_id": "MA0190", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0190.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0190.1/" }, { "matrix_id": "MA1876.1", "name": "Gsx", "collection": "CORE", "base_id": "MA1876", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1876.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1876.1/" }, { "matrix_id": "MA0448.1", "name": "H2.0", "collection": "CORE", "base_id": "MA0448", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0448.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0448.1/" } ] }