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=330
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=331", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=329", "results": [ { "matrix_id": "MA0780.1", "name": "PAX3", "collection": "CORE", "base_id": "MA0780", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0780.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0780.1/" }, { "matrix_id": "MA1546.1", "name": "PAX3", "collection": "CORE", "base_id": "MA1546", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1546.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1546.1/" }, { "matrix_id": "MA1546.2", "name": "PAX3", "collection": "CORE", "base_id": "MA1546", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1546.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1546.2/" }, { "matrix_id": "MA0068.2", "name": "PAX4", "collection": "CORE", "base_id": "MA0068", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0068.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0068.2/" }, { "matrix_id": "MA0014.2", "name": "PAX5", "collection": "CORE", "base_id": "MA0014", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0014.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0014.2/" }, { "matrix_id": "MA0014.3", "name": "PAX5", "collection": "CORE", "base_id": "MA0014", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0014.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0014.3/" }, { "matrix_id": "MA0014.4", "name": "PAX5", "collection": "CORE", "base_id": "MA0014", "version": "4", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0014.4.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0014.4/" }, { "matrix_id": "UN1108.1", "name": "PAX5::FOXD2", "collection": "UNVALIDATED", "base_id": "UN1108", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1108.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1108.1/" }, { "matrix_id": "UN1110.1", "name": "PAX5::HOXB5", "collection": "UNVALIDATED", "base_id": "UN1110", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1110.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1110.1/" }, { "matrix_id": "UN1111.1", "name": "PAX5::TBX4", "collection": "UNVALIDATED", "base_id": "UN1111", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1111.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1111.1/" } ] }