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=281
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=282", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=280", "results": [ { "matrix_id": "MA0104.4", "name": "MYCN", "collection": "CORE", "base_id": "MA0104", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0104.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0104.4/" }, { "matrix_id": "MA0104.5", "name": "MYCN", "collection": "CORE", "base_id": "MA0104", "version": "5", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0104.5.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0104.5/" }, { "matrix_id": "MA1641.1", "name": "MYF5", "collection": "CORE", "base_id": "MA1641", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1641.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1641.1/" }, { "matrix_id": "MA1641.2", "name": "MYF5", "collection": "CORE", "base_id": "MA1641", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1641.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1641.2/" }, { "matrix_id": "MA0667.1", "name": "MYF6", "collection": "CORE", "base_id": "MA0667", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0667.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0667.1/" }, { "matrix_id": "UN0132.1", "name": "MYNN", "collection": "UNVALIDATED", "base_id": "UN0132", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0132.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0132.1/" }, { "matrix_id": "UN0132.2", "name": "MYNN", "collection": "UNVALIDATED", "base_id": "UN0132", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0132.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0132.2/" }, { "matrix_id": "MA0499.2", "name": "MYOD1", "collection": "CORE", "base_id": "MA0499", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0499.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0499.2/" }, { "matrix_id": "MA0499.3", "name": "MYOD1", "collection": "CORE", "base_id": "MA0499", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0499.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0499.3/" }, { "matrix_id": "MA0500.2", "name": "MYOG", "collection": "CORE", "base_id": "MA0500", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0500.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0500.2/" } ] }