Motifs
curl --request GET \
--url https://catalog-api-dev.demo.igvf.org/api/motifsimport requests
url = "https://catalog-api-dev.demo.igvf.org/api/motifs"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://catalog-api-dev.demo.igvf.org/api/motifs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));[
{
"name": "<string>",
"tf_name": "<string>",
"length": 123,
"pwm": [
[
"<string>"
]
],
"source": "<string>",
"source_url": "<string>"
}
]{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}API Reference
Motifs
Retrieve transcription factor binding motifs from HOCOMOCO.
Example: tf_name = STAT3_HUMAN,
source = HOCOMOCOv11.
The limit parameter controls the page size and can not exceed 500.
Pagination is 0-based.
Motifs
curl --request GET \
--url https://catalog-api-dev.demo.igvf.org/api/motifsimport requests
url = "https://catalog-api-dev.demo.igvf.org/api/motifs"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://catalog-api-dev.demo.igvf.org/api/motifs', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));[
{
"name": "<string>",
"tf_name": "<string>",
"length": 123,
"pwm": [
[
"<string>"
]
],
"source": "<string>",
"source_url": "<string>"
}
]{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}Query Parameters
Available options:
IGVF, HOCOMOCOv11 Available options:
Homo sapiens