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=169
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=170", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=168", "results": [ { "matrix_id": "MA1015.1", "name": "GATA12", "collection": "CORE", "base_id": "MA1015", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1015.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1015.1/" }, { "matrix_id": "MA1015.2", "name": "GATA12", "collection": "CORE", "base_id": "MA1015", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1015.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1015.2/" }, { "matrix_id": "MA1325.1", "name": "GATA14", "collection": "CORE", "base_id": "MA1325", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1325.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1325.1/" }, { "matrix_id": "MA1325.2", "name": "GATA14", "collection": "CORE", "base_id": "MA1325", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1325.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1325.2/" }, { "matrix_id": "MA1016.1", "name": "GATA15", "collection": "CORE", "base_id": "MA1016", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1016.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1016.1/" }, { "matrix_id": "MA1016.2", "name": "GATA15", "collection": "CORE", "base_id": "MA1016", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1016.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1016.2/" }, { "matrix_id": "MA1323.1", "name": "GATA19", "collection": "CORE", "base_id": "MA1323", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1323.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1323.1/" }, { "matrix_id": "MA1323.2", "name": "GATA19", "collection": "CORE", "base_id": "MA1323", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1323.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1323.2/" }, { "matrix_id": "MA0140.2", "name": "GATA1::TAL1", "collection": "CORE", "base_id": "MA0140", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0140.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0140.2/" }, { "matrix_id": "MA0140.3", "name": "GATA1::TAL1", "collection": "CORE", "base_id": "MA0140", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0140.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0140.3/" } ] }