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=585
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=586", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=584", "results": [ { "matrix_id": "MA2155.1", "name": "sptf-3", "collection": "CORE", "base_id": "MA2155", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2155.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2155.1/" }, { "matrix_id": "MA0082.1", "name": "squamosa", "collection": "CORE", "base_id": "MA0082", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0082.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0082.1/" }, { "matrix_id": "MA0082.2", "name": "squamosa", "collection": "CORE", "base_id": "MA0082", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0082.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0082.2/" }, { "matrix_id": "MA2108.1", "name": "sqz", "collection": "CORE", "base_id": "MA2108", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2108.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2108.1/" }, { "matrix_id": "UN0788.1", "name": "sr", "collection": "UNVALIDATED", "base_id": "UN0788", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0788.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0788.1/" }, { "matrix_id": "MA2283.1", "name": "srp", "collection": "CORE", "base_id": "MA2283", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2283.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2283.1/" }, { "matrix_id": "MA2284.1", "name": "ss", "collection": "CORE", "base_id": "MA2284", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2284.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2284.1/" }, { "matrix_id": "MA2178.1", "name": "sta-1", "collection": "CORE", "base_id": "MA2178", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2178.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2178.1/" }, { "matrix_id": "MA2695.1", "name": "ste11", "collection": "CORE", "base_id": "MA2695", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2695.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2695.1/" }, { "matrix_id": "MA0533.1", "name": "su(Hw)", "collection": "CORE", "base_id": "MA0533", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0533.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0533.1/" } ] }