Skip to contents

This function allows to merge of two RepSeqExperiement objects.

The two objects must however contain unique and different sample_ids.

This function can be useful in case users wish to analyze alignment files from different formats, or biological/technical replicates.

Usage

mergeRepSeq(a, b)

Arguments

a

the first RepSeqExperiment object.

b

the second RepSeqExperiment object.

Value

a RepSeqExperiment object containing all information from the two merged objects.