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=337
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=338", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=336", "results": [ { "matrix_id": "MA1008.2", "name": "PHYPADRAFT_182268", "collection": "CORE", "base_id": "MA1008", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1008.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1008.2/" }, { "matrix_id": "MA1023.1", "name": "PHYPADRAFT_28324", "collection": "CORE", "base_id": "MA1023", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1023.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1023.1/" }, { "matrix_id": "MA1022.1", "name": "PHYPADRAFT_38837", "collection": "CORE", "base_id": "MA1022", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1022.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1022.1/" }, { "matrix_id": "MA1022.2", "name": "PHYPADRAFT_38837", "collection": "CORE", "base_id": "MA1022", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1022.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1022.2/" }, { "matrix_id": "MA1021.1", "name": "PHYPADRAFT_48267", "collection": "CORE", "base_id": "MA1021", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1021.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1021.1/" }, { "matrix_id": "MA1021.2", "name": "PHYPADRAFT_48267", "collection": "CORE", "base_id": "MA1021", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1021.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1021.2/" }, { "matrix_id": "MA1010.1", "name": "PHYPADRAFT_64121", "collection": "CORE", "base_id": "MA1010", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1010.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1010.1/" }, { "matrix_id": "MA1010.2", "name": "PHYPADRAFT_64121", "collection": "CORE", "base_id": "MA1010", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1010.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1010.2/" }, { "matrix_id": "MA1011.1", "name": "PHYPADRAFT_72483", "collection": "CORE", "base_id": "MA1011", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1011.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1011.1/" }, { "matrix_id": "MA1011.2", "name": "PHYPADRAFT_72483", "collection": "CORE", "base_id": "MA1011", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1011.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1011.2/" } ] }