Description Usage Arguments Value Examples
Basecalling procedures performed on fast5 files generally leave a
log file entry recording how far through the pipeline the file
proceeded. This function will extract this information as a
single string. It can be printed in a more readable format
using the cat
function.
1 |
file |
Character vector of fast5 file to be read. |
Character vector containing the log information.
NULL
if no log is found.
1 2 3 | fast5file <- system.file('extdata', 'example.fast5', package = "IONiseR")
log <- readFast5Log(fast5file)
cat(log)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.