CheckTissue: Check whether input tissues are archived in DrugComb

View source: R/check_drugcomb.R

CheckTissueR Documentation

Check whether input tissues are archived in DrugComb

Description

Function CheckTissue compares tissue names passed to test argument with tissues archived in DrugComb (extracted to drugcomb R data). It will return the total number of tissues have been archived in DrugComb as well as which tissues are already or not yet archived in DrugComb.

Usage

CheckTissue(test)

Arguments

test

A character vector. It contains names of tissues which would be checked.

Value

A list contains 3 elements:

  • n: It indicates that there are totally n tissues archived in DrugComb database.

  • old: It lists the names and IDs of tissues that have been archived in DrugComb.

  • new: It lists the names of tissues that are not yet in DrugComb.

Author(s)

Jing Tang jing.tang@helsinki.fi Shuyu Zheng shuyu.zheng@helsinki.fi


DrugComb/TidyComb documentation built on June 22, 2022, 2:49 a.m.