mergeFastqq: mergeFastqq: Merges two Fastqq object into one.
Description
The contents of two given Fastqq objects are merged together
into one resulting Fastqq object.
Usage
mergeFastqq(lhs,rhs)
Arguments
lhs
Fastqq.
rhs
Fastqq.
Value
Details
The data on all FASTQ files in the two incoming objects is merged
together.
The object has the same internal structure as if the data from all FASTQ
files had been collected by a separate call of fastqq on the merged
FASTQ file names of the arguments.
Duplicated probeLabel's are separated by adding of consecutive numbers as
suffix to all probeLabel's.
When lhs and rhs contain kmer-counts for different k
(getK), the function uses the meltDownK mechanism in order to
equalize the k values.
Therefore it is possible to compare samples which were counted with
different k (i.e. k-mer resolution).