subset_SE {barcodetrackR} | R Documentation |
Subsets an existing SummarizedExperiment object.
subset_SE(your_SE, ...)
your_SE |
A SummarizedExperiment object. |
... |
Arguments passed to subset_SE in the form of ‘X = keys' where 'X' is a column from SE’s colData and 'keys' are entries in the colData to subset. |
Returns a subsetted SummarizedExperiment object.
data(wu_subset) wu_B.5month <- subset_SE(wu_subset, celltype = "B", timepoint = "6.0")