View source: R/check_drugcomb.R
CheckDrug | R Documentation |
Function CheckDrug
compares drug CIDs passed to cids
argument
with CIDs archived in DrugComb (extracted to drugcomb
R data).
It will return the total number of drugs have been archived in DrugComb as
well as which drugs are already or not yet archived in DrugComb.
CheckDrug(cids)
cids |
A character vector. It contains CIDs of drugs which would be checked. |
A list contains 3 elements:
n: It indicates that there are totally n drugs archived in DrugComb database.
old: It lists the CIDs of drugs that have been archived in DrugComb.
new: It lists the CIDs of drugs that are not yet in DrugComb.
Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.