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?page=3
{ "count": 2404, "next": "https://jaspar2018.genereg.net/api/v1/matrix?page=4", "previous": "https://jaspar2018.genereg.net/api/v1/matrix?page=2", "results": [ { "matrix_id": "PF0105.1", "name": "ACTWSNACTNY", "collection": "PHYLOFACTS", "base_id": "PF0105", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0105.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0105.1/" }, { "matrix_id": "MA0268.1", "name": "ADR1", "collection": "CORE", "base_id": "MA0268", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0268.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0268.1/" }, { "matrix_id": "MA0269.1", "name": "AFT1", "collection": "CORE", "base_id": "MA0269", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0269.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0269.1/" }, { "matrix_id": "MA0270.1", "name": "AFT2", "collection": "CORE", "base_id": "MA0270", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0270.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0270.1/" }, { "matrix_id": "MA0005.1", "name": "AG", "collection": "CORE", "base_id": "MA0005", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0005.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0005.1/" }, { "matrix_id": "MA0005.2", "name": "AG", "collection": "CORE", "base_id": "MA0005", "version": "2", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0005.2.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0005.2/" }, { "matrix_id": "PF0135.1", "name": "AGCYRWTTC", "collection": "PHYLOFACTS", "base_id": "PF0135", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/PF0135.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/PF0135.1/" }, { "matrix_id": "MA0585.1", "name": "AGL1", "collection": "CORE", "base_id": "MA0585", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0585.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0585.1/" }, { "matrix_id": "MA1204.1", "name": "AGL13", "collection": "CORE", "base_id": "MA1204", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA1204.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA1204.1/" }, { "matrix_id": "MA0548.1", "name": "AGL15", "collection": "CORE", "base_id": "MA0548", "version": "1", "sequence_logo": "https://jaspar2018.genereg.net/static/logos/svg/MA0548.1.svg", "url": "https://jaspar2018.genereg.net/api/v1/matrix/MA0548.1/" } ] }