Learn R Programming

IONiseR (version 1.2.2)

readFast5Summary: Read summary data from fast5 files.

Description

Reads one or more fast5 files and collects summary information about them.

Usage

readFast5Summary(files)

Arguments

files
Character vector of fast5 files to be read.

Value

Object of class Fast5Summary

Details

Currently this function assumes all files passed to it come from the same sequencing run. It makes no effort to check for alternative file names or the like. If files from multiple runs are passed to it they will be collated together and any analysis performed on them will reprsent the mixture of both experiments.

Examples

Run this code
## Not run: 
# fast5files <- list.file('/foo/bar/', pattern = '.fast5$')
# summaryData <- readFast5Summary(fast5files)
# ## End(Not run)

Run the code above in your browser using DataLab