SigSetListFromPath: read an entire directory's worth of IDATs into a SigSetList

Description Usage Arguments Value Examples

View source: R/SigSetList.R

Description

read an entire directory's worth of IDATs into a SigSetList

Usage

1
SigSetListFromPath(path = ".", parallel = FALSE, recursive = TRUE)

Arguments

path

the path from which to read IDATs (default ".")

parallel

run in parallel? (default FALSE)

recursive

whether to search recursively

Value

a SigSetList

Examples

1
2
3
## Load all IDATs from directory
ssets <- SigSetListFromPath(
    system.file("extdata", "", package = "sesameData"))

sesame documentation built on Nov. 15, 2020, 2:08 a.m.