Description Usage Arguments Value Examples
View source: R/loadFromFiles.R
Wrapper to load breakpointR objects from file and check the class of the loaded objects.
1 | loadFromFiles(files, check.class = c("GRanges", "BreakPoint"))
|
files |
A list of |
check.class |
Any combination of |
A list of GRanges-class
or BreakPoint
objects.
1 2 3 4 5 | ## Get some files that you want to load
exampleFolder <- system.file("extdata", "example_results", package="breakpointRdata")
exampleFiles <- list.files(exampleFolder, full.names=TRUE)
## Load the processed data
breakpoint.objects <- loadFromFiles(exampleFiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.