Motifs Proteins
curl --request GET \
--url https://catalog-api-dev.demo.igvf.org/api/motifs/proteinsimport requests
url = "https://catalog-api-dev.demo.igvf.org/api/motifs/proteins"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://catalog-api-dev.demo.igvf.org/api/motifs/proteins', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));[
{
"name": "<string>",
"source": "<string>",
"protein": "<string>",
"complex": "<string>",
"motif": "<string>"
}
]{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}API Reference
Motifs Proteins
Retrieve proteins and complexes for motifs.
Set verbose = true to retrieve full info on the proteins and complexes.
Example: tf_name = ATF1_HUMAN,
source = HOCOMOCOv11.
The limit parameter controls the page size and can not exceed 1000.
Pagination is 0-based.
Motifs Proteins
curl --request GET \
--url https://catalog-api-dev.demo.igvf.org/api/motifs/proteinsimport requests
url = "https://catalog-api-dev.demo.igvf.org/api/motifs/proteins"
response = requests.get(url)
print(response.text)const options = {method: 'GET'};
fetch('https://catalog-api-dev.demo.igvf.org/api/motifs/proteins', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));[
{
"name": "<string>",
"source": "<string>",
"protein": "<string>",
"complex": "<string>",
"motif": "<string>"
}
]{
"message": "<string>",
"code": "<string>",
"issues": [
{
"message": "<string>"
}
]
}Query Parameters
Available options:
IGVF, HOCOMOCOv11 Available options:
Homo sapiens Available options:
true, false