View source: R/check_drugcomb.R
CheckCell | R Documentation |
Function CheckCell
compares cellosaurus accessions passed to
test
argument with cell lines archived in DrugComb (extracted to
drugcomb
R data). It will return the total number of cell lines
have been archived in DrugComb as well as which cell lines are already or not
yet archived in DrugComb.
CheckCell(test)
test |
A character vector. It contains cellosaurus accessions of cell lines which would be checked. |
A list contains 3 elements:
n: It indicates that there are totally n cell lines archived in DrugComb database.
old: It lists the cellosaurus accessions of cell lines that have been archived in DrugComb.
new: It lists the cellosaurus accessions of cell lines 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.