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=315
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=316", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=314", "results": [ { "matrix_id": "MA1678.3", "name": "NTL8", "collection": "CORE", "base_id": "MA1678", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1678.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1678.3/" }, { "matrix_id": "MA1046.1", "name": "NTL9", "collection": "CORE", "base_id": "MA1046", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1046.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1046.1/" }, { "matrix_id": "MA1157.1", "name": "NUC", "collection": "CORE", "base_id": "MA1157", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1157.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1157.1/" }, { "matrix_id": "MA1157.2", "name": "NUC", "collection": "CORE", "base_id": "MA1157", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1157.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1157.2/" }, { "matrix_id": "MA2339.1", "name": "Nanog", "collection": "CORE", "base_id": "MA2339", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2339.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2339.1/" }, { "matrix_id": "MA1993.1", "name": "Neurod2", "collection": "CORE", "base_id": "MA1993", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1993.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1993.1/" }, { "matrix_id": "MA0668.2", "name": "Neurod2", "collection": "CORE", "base_id": "MA0668", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0668.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0668.2/" }, { "matrix_id": "MA1993.2", "name": "Neurod2", "collection": "CORE", "base_id": "MA1993", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1993.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1993.2/" }, { "matrix_id": "MA0668.3", "name": "Neurod2", "collection": "CORE", "base_id": "MA0668", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0668.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0668.3/" }, { "matrix_id": "MA0623.1", "name": "Neurog1", "collection": "CORE", "base_id": "MA0623", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0623.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0623.1/" } ] }