Description Usage Arguments Value Examples
read an entire directory's worth of IDATs into a SigSetList
1 | 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
1 2 3 | ## Load all IDATs from directory
ssets <- SigSetListFromPath(
system.file("extdata", "", package = "sesameData"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.