View source: R/find-dna-tail-per-read.R
| find_dna_tail_per_read | R Documentation | 
This function finds poly(A) or poly(T) tail length in DNA reads.
find_dna_tail_per_read(file_path = NA, read_id_fast5_file = NA,
  basecall_group = "Basecall_1D_000", dna_datatype = "cdna",
  save_plots = FALSE, show_plots = FALSE, plot_debug = FALSE,
  save_dir = NA, plotting_library = "rbokeh", multifast5 = FALSE,
  basecalled_with = "albacore", model = "standard", ...)
file_path | 
 a character string. Full path of the file that needs to be processed.  | 
read_id_fast5_file | 
 a list. If the read to be processed is in a multi-
fast5 file, then a list containing   | 
basecall_group | 
 a character string. Name of the level in the Fast5 file hierarchy from which to read the data e.g. "Basecall_1D_000"  | 
dna_datatype | 
 a character string. Either set to   | 
save_plots | 
 a logical. Whether to save plots  | 
show_plots | 
 a logical. Whether to show plots in plots window in R-Studio  | 
plot_debug | 
 a logical. Whether to include debug traces in the plots  | 
save_dir | 
 a logical. Directory where plots should be saved  | 
plotting_library | 
 a character string. Whether to use   | 
multifast5 | 
 a logical. Whether the Fast5 file to be processed is a multifast5 file  | 
basecalled_with | 
 a character. Specify whether the data has been basecalled
with the   | 
model | 
 a character. Specify whether the data has been basecalled using
the   | 
... | 
 Any optional parameter. Reserved for future.  | 
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.