View source: R/FindBestRefseqAssembly.R
align_reads | R Documentation |
Align Reads
align_reads( bwa_index_prefix, forward_reads, reverse_reads, outfile_prefix, bwa_options = "", threads = parallel::detectCores() )
bwa_index_prefix |
prefix of indexed reference genome (e.g. output of prep_for_alignment()) (string) |
forward_reads |
path to fastq file containing forward reads (string) |
reverse_reads |
path to fastq file containing reverse reads (string) |
outfile_prefix |
prefix used for output alignment files |
bwa_options |
supply any other options to bwa-mem2 mem command. For example '-k 50' will change min seed length to 50. (string) |
threads |
how many cup threads to use (int) |
outfile path
## Not run: prep_for_alignment() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.