Description Usage Arguments Value Examples
View source: R/intersectPSets.R
Given a list of PharmacoSets, the function will find the common drugs, and/or cell lines, and return PharmacoSets that contain data only pertaining to the common drugs, and/or cell lines. The mapping between dataset drug and cell names is done using annotations found in the PharmacoSet object's internal curation slot
1 2 3 4 5 6 7 8 9 | intersectPSet(
pSets,
intersectOn = c("drugs", "cell.lines", "concentrations"),
cells,
drugs,
strictIntersect = FALSE,
verbose = TRUE,
nthread = 1
)
|
pSets |
|
intersectOn |
|
cells |
a |
drugs |
a |
strictIntersect |
|
verbose |
|
nthread |
|
A list
of pSets, contatining only the intersection
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.