Description Usage Arguments Value Examples
This is the prefered method of subsetting a RadioSet. This function allows abstraction of the data to the level of biologically relevant objects: radiations and cells. The function will automatically go through all of the combined data in the RadioSet and ensure only the requested radiations and cell lines are found in any of the slots. This allows quickly picking out all the experiments for a radiation or cell of interest, as well removes the need to keep track of all the metadata conventions between different datasets.
1 2 3 4 5 6 7 8 9 |
object |
A |
cells |
A list or vector of cell names as used in the dataset to which the object will be subsetted. If left blank, then all cells will be left in the dataset. |
radiationTypes |
A list or vector of radiation names as used in the dataset to which the object will be subsetted. If left blank, then all radiationTypes will be left in the dataset. |
molecular.data.cells |
A list or vector of cell names to keep in the molecular data |
keep.controls |
If the dataset has perturbation type experiments, should the controls be kept in the dataset? Defaults to true. |
... |
Other arguments passed by other function within the package |
A RadioSet with only the selected radiation types and cells
1 2 3 4 5 | clevelandRadiationTypes <- radiationTypes(clevelandSmall)
clevelandCells <- cellNames(clevelandSmall)
RSet <- subsetTo(clevelandSmall, radiationTypes = clevelandRadiationTypes[1],
cells = clevelandCells[1])
RSet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.