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=374
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=375", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=373", "results": [ { "matrix_id": "MA1190.1", "name": "RVE5", "collection": "CORE", "base_id": "MA1190", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1190.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1190.1/" }, { "matrix_id": "MA1190.2", "name": "RVE5", "collection": "CORE", "base_id": "MA1190", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1190.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1190.2/" }, { "matrix_id": "MA1183.1", "name": "RVE6", "collection": "CORE", "base_id": "MA1183", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1183.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1183.1/" }, { "matrix_id": "MA1183.2", "name": "RVE6", "collection": "CORE", "base_id": "MA1183", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1183.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1183.2/" }, { "matrix_id": "MA1401.1", "name": "RVE7", "collection": "CORE", "base_id": "MA1401", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1401.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1401.1/" }, { "matrix_id": "MA1401.2", "name": "RVE7", "collection": "CORE", "base_id": "MA1401", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1401.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1401.2/" }, { "matrix_id": "MA1191.1", "name": "RVE7L", "collection": "CORE", "base_id": "MA1191", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1191.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1191.1/" }, { "matrix_id": "MA1191.2", "name": "RVE7L", "collection": "CORE", "base_id": "MA1191", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1191.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1191.2/" }, { "matrix_id": "MA1182.1", "name": "RVE8", "collection": "CORE", "base_id": "MA1182", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1182.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1182.1/" }, { "matrix_id": "MA1182.2", "name": "RVE8", "collection": "CORE", "base_id": "MA1182", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1182.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1182.2/" } ] }