combine: Combine different Objects of Class INSPEcT

Description Usage Arguments Details Value Examples

Description

This method combines the information coming from different Objects of INSPEcT class. Requirements for two or more object to be combined together are:

Usage

1
2
## S4 method for signature 'INSPEcT,INSPEcT'
combine(x, y, ...)

Arguments

x

An object of class INSPEcT

y

An object of class INSPEcT

...

Additional objects of class INSPEcT

Details

In case the same gene is contained in more than one object that the user tries to combine, the information from one object will be used and a warning will be reported

Value

An Object of class INSPEcT

Examples

1
2
3
4
nascentInspObj10 <- readRDS(system.file(package='INSPEcT', 'nascentInspObj10.rds'))
nascentInspObj10_2genes <- nascentInspObj10[1:2]
nascentInspObj10_5genes <- nascentInspObj10[6:10]
nascentInspObj10_7genes <- combine(nascentInspObj10_2genes, nascentInspObj10_5genes)

ste-depo/INSPEcT documentation built on Oct. 3, 2020, 9:14 p.m.