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


CL-CHEN-Lab/User_interface_for_Kronos_scRT documentation built on Aug. 1, 2022, 2:08 p.m.