joinRawInputs: join raw input datasets

View source: R/joinRawInputs.R

joinRawInputsR Documentation

join raw input datasets

Description

Joins multiple input datasets into a single one, treating each as additional replicates

Usage

joinRawInputs(countfiles, outfile = NULL, logger = NULL)

Arguments

countfiles

A vector of filenames for the input count files

outfile

The path of the output file. Defaults to NULL, in which case the output is written to a file in the same directory as the firsts input file, named similarly to said input file with an added "_merged" tag.

logger

A yogilogger object, may be omitted, in which case messages are written directly to stdout.

Value

the merged data as a data.frame.


jweile/tileseqMave documentation built on April 5, 2024, 4:51 p.m.