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=173
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=174", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=172", "results": [ { "matrix_id": "MA1104.2", "name": "GATA6", "collection": "CORE", "base_id": "MA1104", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1104.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1104.2/" }, { "matrix_id": "MA1396.2", "name": "GATA6", "collection": "CORE", "base_id": "MA1396", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1396.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1396.2/" }, { "matrix_id": "MA1104.3", "name": "GATA6", "collection": "CORE", "base_id": "MA1104", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1104.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1104.3/" }, { "matrix_id": "UN1033.1", "name": "GATA6::ELF5", "collection": "UNVALIDATED", "base_id": "UN1033", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN1033.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN1033.1/" }, { "matrix_id": "MA1017.1", "name": "GATA8", "collection": "CORE", "base_id": "MA1017", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1017.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1017.1/" }, { "matrix_id": "MA1017.2", "name": "GATA8", "collection": "CORE", "base_id": "MA1017", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1017.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1017.2/" }, { "matrix_id": "MA1018.1", "name": "GATA9", "collection": "CORE", "base_id": "MA1018", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1018.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1018.1/" }, { "matrix_id": "MA1018.2", "name": "GATA9", "collection": "CORE", "base_id": "MA1018", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1018.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1018.2/" }, { "matrix_id": "MA1839.1", "name": "GATAd", "collection": "CORE", "base_id": "MA1839", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1839.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1839.1/" }, { "matrix_id": "MA1839.2", "name": "GATAd", "collection": "CORE", "base_id": "MA1839", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1839.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1839.2/" } ] }