View source: R/find-rna-polya-tail-per-read.R
find_rna_polya_tail_per_read | R Documentation |
Find Poly(A) tail in a single RNA read.
find_rna_polya_tail_per_read(file_path = NA, read_id_fast5_file = NA,
multifast5, basecalled_with, basecall_group = "Basecall_1D_000", model,
save_plots = FALSE, show_plots = FALSE, save_dir = "~",
plotting_library = "rbokeh", plot_debug = FALSE)
file_path |
character string. Path of the FAST5 file |
read_id_fast5_file |
list |
multifast5 |
logical |
basecalled_with |
character string. |
basecall_group |
character string. |
model |
character string |
save_plots |
logical. |
show_plots |
logical |
save_dir |
character string |
plotting_library |
character string |
plot_debug |
logical |
A list of Fast5 file data
## Not run:
find_rna_polya_tail_per_read('path/to/fast5/file')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.