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=69
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=70", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=68", "results": [ { "matrix_id": "PF0006.1", "name": "GGGCGGR", "collection": "PHYLOFACTS", "base_id": "PF0006", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0006.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0006.1/" }, { "matrix_id": "PF0086.1", "name": "GGGNNTTTCC", "collection": "PHYLOFACTS", "base_id": "PF0086", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0086.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0086.1/" }, { "matrix_id": "PF0119.1", "name": "GGGNRMNNYCAT", "collection": "PHYLOFACTS", "base_id": "PF0119", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0119.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0119.1/" }, { "matrix_id": "PF0056.1", "name": "GGGTGGRR", "collection": "PHYLOFACTS", "base_id": "PF0056", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0056.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0056.1/" }, { "matrix_id": "PF0031.1", "name": "GGGYGTGNY", "collection": "PHYLOFACTS", "base_id": "PF0031", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0031.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0031.1/" }, { "matrix_id": "MA0306.1", "name": "GIS1", "collection": "CORE", "base_id": "MA0306", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0306.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0306.1/" }, { "matrix_id": "PF0019.1", "name": "GKCGCNNNNNNNTGAYG", "collection": "PHYLOFACTS", "base_id": "PF0019", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0019.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0019.1/" }, { "matrix_id": "MA0734.1", "name": "GLI2", "collection": "CORE", "base_id": "MA0734", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0734.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0734.1/" }, { "matrix_id": "MA0735.1", "name": "GLIS1", "collection": "CORE", "base_id": "MA0735", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0735.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0735.1/" }, { "matrix_id": "MA0736.1", "name": "GLIS2", "collection": "CORE", "base_id": "MA0736", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0736.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0736.1/" } ] }