Description Usage Arguments Value
This method will parse a fast5 file to extract the 5mC bases classified as 5mC with a probability >= the provided threshold_5mc variable
1 2 | extract5mC(fast5file, threshold_5mc = 0.85, fast5files = NULL,
force = FALSE, ...)
|
fast5file |
is the fast5 file to parse |
threshold_5mc |
is the cutoff to apply to values returned |
fast5files |
is a vector of files being processed (for pretty logging) |
force |
to force a recalculation |
... |
beyond |
data.frame of coordinates and sequence names from fast5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.