SigSetListFromPath {sesame}R Documentation

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

Description

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

Usage

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

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

[Package sesame version 1.10.5 Index]