powered by
Subset internal row or column data
# S3 method for DGEobj subset(x, ..., row, col, drop = FALSE, debug = FALSE)
A class DGEobj created by function initDGEobj()
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.
A DGEobj
# NOT RUN { # example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) exObj <- subset(exObj, 1:10, 5:50) # }
Run the code above in your browser using DataLab