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=335
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=336", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=334", "results": [ { "matrix_id": "MA1388.1", "name": "PHL2", "collection": "CORE", "base_id": "MA1388", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1388.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1388.1/" }, { "matrix_id": "MA1388.2", "name": "PHL2", "collection": "CORE", "base_id": "MA1388", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1388.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1388.2/" }, { "matrix_id": "UN0080.1", "name": "PHL3", "collection": "UNVALIDATED", "base_id": "UN0080", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0080.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0080.1/" }, { "matrix_id": "UN0080.2", "name": "PHL3", "collection": "UNVALIDATED", "base_id": "UN0080", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0080.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0080.2/" }, { "matrix_id": "MA2023.1", "name": "PHL4", "collection": "CORE", "base_id": "MA2023", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2023.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2023.1/" }, { "matrix_id": "MA2023.2", "name": "PHL4", "collection": "CORE", "base_id": "MA2023", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2023.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2023.2/" }, { "matrix_id": "MA1384.1", "name": "PHL7", "collection": "CORE", "base_id": "MA1384", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1384.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1384.1/" }, { "matrix_id": "MA0356.1", "name": "PHO2", "collection": "CORE", "base_id": "MA0356", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0356.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0356.1/" }, { "matrix_id": "MA0357.1", "name": "PHO4", "collection": "CORE", "base_id": "MA0357", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0357.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0357.1/" }, { "matrix_id": "MA0713.1", "name": "PHOX2A", "collection": "CORE", "base_id": "MA0713", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0713.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0713.1/" } ] }