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=168
{ "count": 3141, "next": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=169", "previous": "https://jaspar2020.genereg.net/api/v1/matrix?format=api&page=167", "results": [ { "matrix_id": "UN0092.1", "name": "NCU05637", "collection": "UNVALIDATED", "base_id": "UN0092", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0092.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0092.1/" }, { "matrix_id": "UN0093.1", "name": "NCU05909", "collection": "UNVALIDATED", "base_id": "UN0093", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0093.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0093.1/" }, { "matrix_id": "UN0094.1", "name": "NCU06487", "collection": "UNVALIDATED", "base_id": "UN0094", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0094.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0094.1/" }, { "matrix_id": "UN0095.1", "name": "NCU09576", "collection": "UNVALIDATED", "base_id": "UN0095", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0095.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0095.1/" }, { "matrix_id": "UN0096.1", "name": "NCU10697", "collection": "UNVALIDATED", "base_id": "UN0096", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/UN0096.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/UN0096.1/" }, { "matrix_id": "MA0343.1", "name": "NDT80", "collection": "CORE", "base_id": "MA0343", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0343.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0343.1/" }, { "matrix_id": "MA1109.1", "name": "NEUROD1", "collection": "CORE", "base_id": "MA1109", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA1109.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA1109.1/" }, { "matrix_id": "MA0668.1", "name": "NEUROD2", "collection": "CORE", "base_id": "MA0668", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0668.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0668.1/" }, { "matrix_id": "MA0623.2", "name": "NEUROG1", "collection": "CORE", "base_id": "MA0623", "version": "2", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0623.2.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0623.2/" }, { "matrix_id": "MA0669.1", "name": "NEUROG2", "collection": "CORE", "base_id": "MA0669", "version": "1", "sequence_logo": "https://jaspar2020.genereg.net/static/logos/svg/MA0669.1.svg", "url": "https://jaspar2020.genereg.net/api/v1/matrix/MA0669.1/" } ] }