View source: R/CombineSEobjects.R
CombineSEobjects | R Documentation |
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.
CombineSEobjects(se_1, se_2, suffixes = c("_1", "_2"), patient_check = FALSE)
se_1 |
SummarizedExperiment object 1. |
se_2 |
SummarizedExperiment object 2. |
suffixes |
The suffixes you want to add to the meta data.frame. |
patient_check |
Should the patient column in the data be check, if they are the same? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.