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=305
{ "count": 5935, "next": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=306", "previous": "https://jaspar.elixir.no/api/v1/matrix?format=api&page=304", "results": [ { "matrix_id": "MA1644.2", "name": "NFYC", "collection": "CORE", "base_id": "MA1644", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1644.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1644.2/" }, { "matrix_id": "UN0690.1", "name": "NFYC2", "collection": "UNVALIDATED", "base_id": "UN0690", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0690.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0690.1/" }, { "matrix_id": "UN0690.2", "name": "NFYC2", "collection": "UNVALIDATED", "base_id": "UN0690", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0690.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0690.2/" }, { "matrix_id": "MA1902.1", "name": "NFkb", "collection": "CORE", "base_id": "MA1902", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1902.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1902.1/" }, { "matrix_id": "MA1902.2", "name": "NFkb", "collection": "CORE", "base_id": "MA1902", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA1902.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA1902.2/" }, { "matrix_id": "MA2477.1", "name": "NGA4", "collection": "CORE", "base_id": "MA2477", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA2477.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA2477.1/" }, { "matrix_id": "MA0048.1", "name": "NHLH1", "collection": "CORE", "base_id": "MA0048", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0048.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0048.1/" }, { "matrix_id": "MA0048.2", "name": "NHLH1", "collection": "CORE", "base_id": "MA0048", "version": "2", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0048.2.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0048.2/" }, { "matrix_id": "MA0048.3", "name": "NHLH1", "collection": "CORE", "base_id": "MA0048", "version": "3", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/MA0048.3.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/MA0048.3/" }, { "matrix_id": "UN0915.1", "name": "NHLH1::TEAD4", "collection": "UNVALIDATED", "base_id": "UN0915", "version": "1", "sequence_logo": "https://jaspar.elixir.no/static/logos/svg/UN0915.1.svg", "url": "https://jaspar.elixir.no/api/v1/matrix/UN0915.1/" } ] }