SigSetListFromPath {sesame} | R Documentation |
read an entire directory's worth of IDATs into a SigSetList
SigSetListFromPath(path = ".", parallel = FALSE, recursive = TRUE)
path |
the path from which to read IDATs (default ".") |
parallel |
run in parallel? (default FALSE) |
recursive |
whether to search recursively |
a SigSetList
## Load all IDATs from directory ssets <- SigSetListFromPath( system.file("extdata", "", package = "sesameData"))