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=469
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=470", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=468", "results": [ { "matrix_id": "MA1927.1", "name": "YY1-2", "collection": "CORE", "base_id": "MA1927", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1927.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1927.1/" }, { "matrix_id": "MA1927.2", "name": "YY1-2", "collection": "CORE", "base_id": "MA1927", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1927.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1927.2/" }, { "matrix_id": "MA0748.1", "name": "YY2", "collection": "CORE", "base_id": "MA0748", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0748.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0748.1/" }, { "matrix_id": "MA0748.2", "name": "YY2", "collection": "CORE", "base_id": "MA0748", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0748.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0748.2/" }, { "matrix_id": "MA0748.3", "name": "YY2", "collection": "CORE", "base_id": "MA0748", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0748.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0748.3/" }, { "matrix_id": "MA0095.3", "name": "Yy1", "collection": "CORE", "base_id": "MA0095", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0095.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0095.3/" }, { "matrix_id": "MA0095.4", "name": "Yy1", "collection": "CORE", "base_id": "MA0095", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0095.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0095.4/" }, { "matrix_id": "MA0440.1", "name": "ZAP1", "collection": "CORE", "base_id": "MA0440", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0440.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0440.1/" }, { "matrix_id": "MA1372.1", "name": "ZAT10", "collection": "CORE", "base_id": "MA1372", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1372.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1372.1/" }, { "matrix_id": "MA1372.2", "name": "ZAT10", "collection": "CORE", "base_id": "MA1372", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1372.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1372.2/" } ] }