This function takes a f1r2 read information and generates an orientation model to be used for further filtering steps.
1 2 3 4 5 6 7 8 | learn_orientation(
bin_path = "tools/gatk/gatk",
f1r2 = "",
f1r2_dir = "",
output_name = "",
output_dir = "",
verbose = FALSE
)
|
bin_path |
REQUIRED Path to GATK binary. Default tools/htslib/tabix. |
f1r2 |
OPTIONAL Path to f1r2 file. Only if f1r2_dir is not given. |
f1r2_dir |
OPTIONAL Path to f1r2 file dir. Only if f1r2 is not given. |
verbose |
Optional Enables progress messages. Default False. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.