Description Usage Arguments Author(s) References
View source: R/functions_bioinformatics.R
Align the reads to the reference using BWA. This external software needs to be installed manually and needs to be addressable from the terminal.
1 | AlleleProfileR.map(files, method = "bwa", index, subset = NULL)
|
files |
Vector with files. Output of AlleleProfileR.read.folders |
method |
Mapping method, default is BWA (BWA-MEM). |
index |
Path to the .fa file containing the reference genome. |
subset |
Vector with the indices of the entries that should be processed. Default is NULL, all entries will be analyzed. |
Arne Bruyneel
Li, H. and Durbin, R. Fast and accurate long-read alignment with Burrows-Wheeler transform. Bioinformatics 2010;26(5):589-595.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.