AlleleProfileR.merge: Merge paired-end reads

Description Usage Arguments Author(s) References

View source: R/functions_bioinformatics.R

Description

Merge peared end reads using PEAR, FLASH or fastq-join. This external software needs to be installed manually and needs to be addressable from the terminal.

Usage

1
2
AlleleProfileR.merge(files, method = "pear", params = "-v 10",
  subset = NULL)

Arguments

files

Vector with files. Output of AlleleProfileR.read.folders

method

Merge method, options are pear, fastq-join or flash. Default is pear (PEAR).

params

String with additional parameters

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.