powered by
Subset internal row or column data
# S3 method for DGEobj subset(x, ..., row, col, drop = FALSE, debug = FALSE)
A DGEobj
Additional parameters
Row index for the subset
Col index for the subset
Included for compatibility only
(default = FALSE) Set to TRUE to get additional information on the console if subsetting a DGEobj fails with a dimension error.
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj")) exObj <- subset(exObj, 1:10, 5:50) # }
Run the code above in your browser using DataLab