Information accession API
The Endpoint
The SCAN API endpoint is available at the following URL.
http://47.98.139.124:8799/SCAN_API.php
Sample Get Species List
http://47.98.139.124:8799/SCAN_API.php
This is about the most minimal API call possible.
curl http://47.98.139.124:8799/SCAN_API.php?SCAN_Pan_ID=SCAN_Pan_0001
In the above example, “SCAN_Pan_0001” is a variable parameter.
The response from the APl of the above sample “SCAN_Pan_0001” is a collection containing a list of species-related information, publication or data source information, and check information for data analysis.
[
{
"SCAN_Pan_ID@B":"SCAN_Pan_0001",
"SP_ID@C":"SP090",
"ShinyLink@B":"https:\/\/lifeomics.shinyapps.io\/SP090_Chinchilla_lanigera",
"Classification@B":"Mammals",
"SpeciesRank@C":"CR001_SR018",
"ClassificationRank@C":"CR001",
"CommonName@A":"Chinchilla",
"Popular@C":"No",
"BioMartCheck@C":"No",
"Homologous gene Check@C":"",
"orthofinderCheck@C":"",
"LatinName@B":"Chinchilla lanigera",
"Tissue@A":"Brain",
"Tech@A":"Chromium",
"CellNum@B":20962,
"Title@B":"Screening of cell-virus, cell-cell, gene-gene cross-talks among kingdoms of life at single cell resolution",
"Journal@A":"Clinical and translational medicine",
"PMID@A":35917402,
"DOI@B":"10.1002\/ctm2.886",
"Annotation@C":"Yes",
"ShinyCheck@C":"Yes",
"STCheck@C":"No",
"AnatomyCheck@C":"No",
"DevCheck@C":"No",
"EvoCheck@C":"Yes",
"FootprintCheck@C":"Yes",
"DivCheck@C":"No",
"StemCheck@C":"Yes",
"TalkCheck@C":"Yes",
"TreeCheck@C":"Yes",
"D2CCheck@C":"No",
"MetaCheck@C":"Yes",
"CVGCheck@C":"Yes",
"EnrichmentCheck@C":"No",
"PPICheck@C":"No",
"MotifCheck@C":"No",
"RegCheck@C":"Yes",
"AnnoCheck@C":"No",
"AnnoModelName@C":"No"
}
]