Skip to contents

We combine two SummarizedExperiment objects. This is originally intended to add the mitochondrial genotyping information to the somatic genotyping information. The function can combine any two objects and it is not requried to be from two different genotyping results.

Usage

CombineSEobjects(se_1, se_2, suffixes = c("_1", "_2"))

Arguments

se_1

SummarizedExperiment object 1.

se_2

SummarizedExperiment object 2.

suffixes

The suffixes you want to add to the meta data.frame.