selectModelIds: To select model IDs based on drug name and/or tissue type.

Description Usage Arguments Value Examples

Description

To select model IDs based on drug name and/or tissue type.

Usage

1
2
3
4
5
6
selectModelIds(object, drug = NULL, drug.match.exact = TRUE,
  tissue = NULL)

## S4 method for signature 'XevaSet'
selectModelIds(object, drug = NULL,
  drug.match.exact = TRUE, tissue = NULL)

Arguments

object

The XevaSet.

drug

Name of the drug.

drug.match.exact

Default TRUE.

tissue

Tumor type. Default NULL.

Value

A vector with the matched model.ids.

Examples

1
2
3
4
5
data(brca)
df = selectModelIds(brca, drug="trastuzumab", drug.match.exact=TRUE, tissue="BRCA")
head(df)
df2 = selectModelIds(brca, drug="trastuzumab", drug.match.exact=FALSE)
head(df2)

Xeva documentation built on Nov. 8, 2020, 5:56 p.m.