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=113
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=114", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=112", "results": [ { "matrix_id": "MA1227.3", "name": "ERF027", "collection": "CORE", "base_id": "MA1227", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1227.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1227.3/" }, { "matrix_id": "MA1229.1", "name": "ERF034", "collection": "CORE", "base_id": "MA1229", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1229.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1229.1/" }, { "matrix_id": "MA1229.2", "name": "ERF034", "collection": "CORE", "base_id": "MA1229", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1229.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1229.2/" }, { "matrix_id": "MA1223.1", "name": "ERF035", "collection": "CORE", "base_id": "MA1223", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1223.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1223.1/" }, { "matrix_id": "MA1223.2", "name": "ERF035", "collection": "CORE", "base_id": "MA1223", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1223.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1223.2/" }, { "matrix_id": "MA1253.1", "name": "ERF036", "collection": "CORE", "base_id": "MA1253", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1253.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1253.1/" }, { "matrix_id": "MA1253.2", "name": "ERF036", "collection": "CORE", "base_id": "MA1253", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1253.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1253.2/" }, { "matrix_id": "MA1230.1", "name": "ERF037", "collection": "CORE", "base_id": "MA1230", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1230.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1230.1/" }, { "matrix_id": "MA1230.2", "name": "ERF037", "collection": "CORE", "base_id": "MA1230", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1230.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1230.2/" }, { "matrix_id": "MA1238.1", "name": "ERF038", "collection": "CORE", "base_id": "MA1238", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1238.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1238.1/" } ] }