merge_JAMS_SEobj: Safely merges two compatible JAMS-style SummarizedExperiment...

View source: R/merge_JAMS_SEobj.R

merge_JAMS_SEobjR Documentation

Safely merges two compatible JAMS-style SummarizedExperiment objects into a single JAMS-style SummarizedExperiment object. SE objects must belong to the same analysis type, and have no Sample names in common. Ideally they should have been generated with the same version of JAMS using the same JAMS database. If the latter condition is not met, the consequences are unforseen and you are ill-advised to proceed.

Description

Safely merges two compatible JAMS-style SummarizedExperiment objects into a single JAMS-style SummarizedExperiment object. SE objects must belong to the same analysis type, and have no Sample names in common. Ideally they should have been generated with the same version of JAMS using the same JAMS database. If the latter condition is not met, the consequences are unforseen and you are ill-advised to proceed.

Usage

merge_JAMS_SEobj(ExpObj1 = NULL, ExpObj2 = NULL)

Arguments

ExpObj1

a JAMS-style SummarizedExperiment object

ExpObj2

a JAMS-style SummarizedExperiment object


johnmcculloch/JAMS_BW documentation built on April 30, 2024, 8:09 p.m.