| loadFromFiles {methimpute} | R Documentation |
Wrapper to load methimpute objects from file and check the class of the loaded objects.
loadFromFiles(files, check.class = c("GRanges", "methimputeBinomialHMM"))
files |
A list of |
check.class |
Any combination of |
A list of GRanges-class or methimputeBinomialHMM objects.
## 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)