powered by
Subset ligerDataset object
# S3 method for ligerDataset [(x, i, j, ...)
If i is given, the selected metadata will be returned; if it is missing, the whole cell metadata table in S4Vectors::DataFrame class will be returned.
i
S4Vectors::DataFrame
A ligerDataset object
Numeric, logical index or character vector of feature names to subscribe. Leave missing for all features.
Numeric, logical index or character vector of cell IDs to subscribe. Leave missing for all cells.
Additional arguments passed to subsetLigerDataset.
subsetLigerDataset
ctrl <- dataset(pbmc, "ctrl") ctrl[1:5, 1:5]
Run the code above in your browser using DataLab