View source: R/check_drugcomb.R
CheckDisease | R Documentation |
Function CheckDisease
compares disease IDs passed to test
argument with diseases archived in DrugComb (extracted to
drugcomb
R data). It will return the total number of diseases
have been archived in DrugComb as well as which diseases are already or not
yet archived in DrugComb.
CheckDisease(disease_df)
disease_df |
A data frame . It contains tow columns:
|
A list contains 3 elements:
n: It indicates that there are totally n diseases archived in DrugComb database.
old: It lists the names and IDs of diseases that have been archived in DrugComb.
new: It lists the names and IDs of diseases 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.