infile <- system.file("extdata/test_data.fastq_bismark.bismark.cov.gz",
package = 'bsseq')
bismarkBSseq <- read.bismark(files = infile,
sampleNames = "test_data",
rmZeroCov = FALSE,
strandCollapse = FALSE,
fileType = "cov",
verbose = TRUE)
bismarkBSseq
Run the code above in your browser using DataLab