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=62
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=63", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?format=api&page=61", "results": [ { "matrix_id": "MA0047.2", "name": "Foxa2", "collection": "CORE", "base_id": "MA0047", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0047.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0047.2/" }, { "matrix_id": "PB0015.1", "name": "Foxa2_1", "collection": "PBM", "base_id": "PB0015", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0015.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0015.1/" }, { "matrix_id": "PB0119.1", "name": "Foxa2_2", "collection": "PBM", "base_id": "PB0119", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0119.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0119.1/" }, { "matrix_id": "MA0041.1", "name": "Foxd3", "collection": "CORE", "base_id": "MA0041", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0041.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0041.1/" }, { "matrix_id": "PB0016.1", "name": "Foxj1_1", "collection": "PBM", "base_id": "PB0016", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0016.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0016.1/" }, { "matrix_id": "PB0120.1", "name": "Foxj1_2", "collection": "PBM", "base_id": "PB0120", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0120.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0120.1/" }, { "matrix_id": "MA0614.1", "name": "Foxj2", "collection": "CORE", "base_id": "MA0614", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0614.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0614.1/" }, { "matrix_id": "MA0851.1", "name": "Foxj3", "collection": "CORE", "base_id": "MA0851", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0851.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0851.1/" }, { "matrix_id": "PB0017.1", "name": "Foxj3_1", "collection": "PBM", "base_id": "PB0017", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0017.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0017.1/" }, { "matrix_id": "PB0121.1", "name": "Foxj3_2", "collection": "PBM", "base_id": "PB0121", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PB0121.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PB0121.1/" } ] }