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=110
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=111", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=109", "results": [ { "matrix_id": "MA0760.2", "name": "ERF", "collection": "CORE", "base_id": "MA0760", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0760.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0760.2/" }, { "matrix_id": "UN1279.1", "name": "ERF-F4", "collection": "UNVALIDATED", "base_id": "UN1279", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1279.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1279.1/" }, { "matrix_id": "MA2011.1", "name": "ERF010", "collection": "CORE", "base_id": "MA2011", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2011.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2011.1/" }, { "matrix_id": "MA2011.2", "name": "ERF010", "collection": "CORE", "base_id": "MA2011", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2011.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2011.2/" }, { "matrix_id": "MA1219.1", "name": "ERF011", "collection": "CORE", "base_id": "MA1219", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1219.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1219.1/" }, { "matrix_id": "MA1219.2", "name": "ERF011", "collection": "CORE", "base_id": "MA1219", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1219.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1219.2/" }, { "matrix_id": "MA1219.3", "name": "ERF011", "collection": "CORE", "base_id": "MA1219", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1219.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1219.3/" }, { "matrix_id": "MA1248.1", "name": "ERF012", "collection": "CORE", "base_id": "MA1248", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1248.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1248.1/" }, { "matrix_id": "MA1248.2", "name": "ERF012", "collection": "CORE", "base_id": "MA1248", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1248.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1248.2/" }, { "matrix_id": "MA1260.1", "name": "ERF013", "collection": "CORE", "base_id": "MA1260", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1260.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1260.1/" } ] }