merge-methods: merge 2 or more BioData objects

Description Usage Arguments Examples

Description

merges two or more BioData objects

Usage

1
merge(x, objects = list())

Arguments

x

the first BioData object

objects

a list of all others to merge to

Examples

1
2
3
4
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. 23, 2022, 5:47 a.m.