merge-methods: merge 2 or more BioData objects

mergeR Documentation

merge 2 or more BioData objects

Description

merges two or more BioData objects

Usage

merge(x, objects = list())

Arguments

x

the first BioData object

objects

a list of all others to merge to

Examples

objects # is a list of BioDat objects having the same gene annotation type (e.g. ENSEMBL IDs!)
data <- objects[[1]]
objects[[1]] = NULL
merged <- merge ( data, objects)

stela2502/BioData documentation built on Feb. 27, 2025, 6:20 a.m.