selectModelIds | R Documentation |
To select model IDs based on drug name and/or tissue type.
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)
object |
The |
drug |
Name of the |
drug.match.exact |
Default |
tissue |
Tumor type. Default |
A vector
with the matched model.id
s.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.