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=73
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=74", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=72", "results": [ { "matrix_id": "PB0022.1", "name": "Gata5_1", "collection": "PBM", "base_id": "PB0022", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0022.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0022.1/" }, { "matrix_id": "PB0126.1", "name": "Gata5_2", "collection": "PBM", "base_id": "PB0126", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0126.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0126.1/" }, { "matrix_id": "PB0023.1", "name": "Gata6_1", "collection": "PBM", "base_id": "PB0023", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0023.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0023.1/" }, { "matrix_id": "PB0127.1", "name": "Gata6_2", "collection": "PBM", "base_id": "PB0127", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0127.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0127.1/" }, { "matrix_id": "PH0033.1", "name": "Gbx1", "collection": "PBM_HOMEO", "base_id": "PH0033", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0033.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0033.1/" }, { "matrix_id": "PH0034.1", "name": "Gbx2", "collection": "PBM_HOMEO", "base_id": "PH0034", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PH0034.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PH0034.1/" }, { "matrix_id": "PB0024.1", "name": "Gcm1_1", "collection": "PBM", "base_id": "PB0024", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0024.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0024.1/" }, { "matrix_id": "PB0128.1", "name": "Gcm1_2", "collection": "PBM", "base_id": "PB0128", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0128.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0128.1/" }, { "matrix_id": "MA0038.1", "name": "Gfi1", "collection": "CORE", "base_id": "MA0038", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0038.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0038.1/" }, { "matrix_id": "MA0483.1", "name": "Gfi1b", "collection": "CORE", "base_id": "MA0483", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0483.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0483.1/" } ] }