Concatenate two MultiAmplicon objects

concatenateMultiAmplicon(MA1, MA2, what = "samples")

Arguments

MA1

MultiAmplicon object that should be concatenated.

MA2

Second MultiAmplicon object to be concatenated with the first.

what

Should either "samples" or "amplicons" be concatenated? Currently only "samples" are implemented.

Value

A concatenated MultiAmplicon object

Details

Two MultiAmplicon objects are concatenated. Currently only concatenation of different samples with the same amplicons is implemented.

Author

Emanuel Heitlinger