Description Usage Arguments Value Examples
View source: R/loadFromFiles.R
Wrapper to load methimpute objects from file and check the class of the loaded objects.
1 | loadFromFiles(files, check.class = c("GRanges", "methimputeBinomialHMM"))
|
files |
A list of |
check.class |
Any combination of |
A list of GRanges-class
or methimputeBinomialHMM
objects.
1 2 3 4 5 6 | ## Get some files that you want to load
file <- system.file("data","arabidopsis_toydata.RData",
package="methimpute")
## Load and print
data <- loadFromFiles(file)
print(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.