AlleleProfileR.map: Align reads to the reference genome

Description Usage Arguments Author(s) References

View source: R/functions_bioinformatics.R

Description

Align the reads to the reference using BWA. This external software needs to be installed manually and needs to be addressable from the terminal.

Usage

1
AlleleProfileR.map(files, method = "bwa", index, subset = NULL)

Arguments

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.

Author(s)

Arne Bruyneel

References


abruyneel/AlleleProfileR documentation built on June 12, 2020, 2:47 p.m.