The ENCORI web service interface provides direct programmatic access to all regulatory data stored within the server. This enables you to easily access data from your favorite programming language, such as Shell, Python, or Perl. Here we use curl (command line tool) for communicating with the ENCORI APIs.
Before using APIs of ENCORI, you may need the information from these reference tables.
Get MiRNA Target Data. | |
---|---|
Description | Retrieve data of the miRNA-target interactions by intersecting the predicting target sites of miRNAs with binding sites of Ago protein |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/miRNATarget/?assembly=hg38&geneType=mRNA&miRNA=all&clipExpNum=5&degraExpNum=0&pancancerNum=0&programNum=1&program=PITA,miRanda&target=PDCD4&cellType=HeLa' > ENCORI_hg38_CLIP-seq_all_PDCD4.txt
curl 'https://rna.sysu.edu.cn/encori/api/miRNATarget/?assembly=hg38&geneType=mRNA&miRNA=hsa-miR-21-5p&clipExpNum=5&degraExpNum=1&pancancerNum=10&programNum=5&program=None&target=all&cellType=all' > ENCORI_hg38_CLIP-seq_hsa-miR-21-5p_all.txt
|
Get Data for MiRNAs Cleavage Events. | |
---|---|
Description | Retrieve data for cleavage events of miRNAs on genes supported by degradome-seq data |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/degradomeRNA/?assembly=hg19&geneType=mRNA&miRNA=all&degraExpNum=1&target=TP53&cellType=all' > ENCORI_hg19_degradome-seq_all_TP53.txt
|
Get the Data for NcRNA-RNA Interaction Network. | |
---|---|
Description | Retrieve the interaction network of ncRNA-RNA identified from high-throughput sequencing data of RNA-RNA interactome |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/RNARNA/?assembly=hg38&geneType=mRNA&RNA=TP53&interNum=1&expNum=1&cellType=all' > ENCORI_hg38_RNA-RNA_TP53.txt
|
Get Data of the CeRNA Networks. | |
---|---|
Description | Retrieve the ceRNA networks from thousands of interactions of miRNA-targets supported by CLIP-seq data. |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/ceRNA/?assembly=hg38&geneType=mRNA&ceRNA=all&miRNAnum=2&family="miR-200bc-3p/429,miR-513c-5p/514b-5p"&pval=0.01&fdr=0.01&pancancerNum=0' >ENCORI_hg38_ceRNA-network_all.txt
|
Get RBP Target Data. | |
---|---|
Description | Retrieve data of RBP-RNA interactions supported by the binding sites of RBPs derived from CLIP-seq data |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/RBPTarget/?assembly=hg38&geneType=mRNA&RBP=all&clipExpNum=5&pancancerNum=0&target=TP53&cellType=HeLa' > ENCORI_hg38_RBPTarget_all_TP53.txt
|
Get Data for RBP and Somatic Gene Mutations. | |
---|---|
Description | Retrieve data for RBP-gene interactions and somatic mutations in human diseases |
Query Format |
|
Response Format | |
Example |
curl 'https://rna.sysu.edu.cn/encori/api/RBPDisease/?assembly=hg19&RBP=all&tissue=breast&disease=carcinoma&target=MYC' > ENCORI_hg19_RBPDisease_all_MYC.txt
|
Filter the binding motifs of RBPs contained specific sequence pattern. | |
---|---|
Description | Retrieve binding motifs of RBPs contained specific sequence pattern, which were de novo identified from their CLIP-seq peak data by Homer. |
Query Format |
|
Example |
curl 'https://rna.sysu.edu.cn/encori/api/RBPMotifScan/?assembly=hg38&motif=UGCAUG&rankLimit=10' > ENCORI_hg38_MotifScan_UGCAUG.txt
|
Get the binding sites of CLIP-seq. (Or you can directly download these data via this page .) | |
---|---|
Description | Download the binding sites of CLIP-seq in bed format |
Query Format |
|
Example |
curl 'https://rna.sysu.edu.cn/encori/api/bindingSite/?assembly=hg38&datasetID=SBDH27' > ENCORI_hg38_RBPsite_SBDH27.txt
|