mergefastq: merges a list of fastq files into one

View source: R/fromFastqToBam.R

mergefastqR Documentation

merges a list of fastq files into one

Description

merges a list of fastq files into one

Usage

mergefastq(
  FileList,
  NewName = NULL,
  output = file.path(getwd(), "mergedFastq")
)

Arguments

FileList,

a list of files to merge

NewName,

output file name if not provided this function looks for a common base between files

output,

output directory


Derfen3001/Kronos.scRT documentation built on Aug. 5, 2022, 8:30 a.m.