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=348
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=349", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=347", "results": [ { "matrix_id": "MA0782.2", "name": "PKNOX1", "collection": "CORE", "base_id": "MA0782", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0782.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0782.2/" }, { "matrix_id": "MA0782.3", "name": "PKNOX1", "collection": "CORE", "base_id": "MA0782", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0782.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0782.3/" }, { "matrix_id": "MA0783.1", "name": "PKNOX2", "collection": "CORE", "base_id": "MA0783", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0783.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0783.1/" }, { "matrix_id": "MA0163.1", "name": "PLAG1", "collection": "CORE", "base_id": "MA0163", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0163.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0163.1/" }, { "matrix_id": "MA1548.1", "name": "PLAGL2", "collection": "CORE", "base_id": "MA1548", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1548.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1548.1/" }, { "matrix_id": "MA1548.2", "name": "PLAGL2", "collection": "CORE", "base_id": "MA1548", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1548.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1548.2/" }, { "matrix_id": "MA1377.1", "name": "PLT1", "collection": "CORE", "base_id": "MA1377", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1377.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1377.1/" }, { "matrix_id": "MA1377.2", "name": "PLT1", "collection": "CORE", "base_id": "MA1377", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1377.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1377.2/" }, { "matrix_id": "UN0276.1", "name": "PNRC2", "collection": "UNVALIDATED", "base_id": "UN0276", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0276.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0276.1/" }, { "matrix_id": "MA2560.1", "name": "POGK", "collection": "CORE", "base_id": "MA2560", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2560.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2560.1/" } ] }