Learn R Programming

RNAinteract (version 1.20.0)

bindscreens: bind RNAinteract objects along screens

Description

Bind two RNAinteract objects along screens.

Usage

bindscreens(sgi1, sgi2)

Arguments

sgi1
An object of class RNAinteract.
sgi2
An object of class RNAinteract.

Value

An object of class RNAinteract with all screens in sgi1 and sgi2.

Details

This function binds two double interaction screens along screens.

References

~put references to the literature/web site here ~

See Also

RNAinteract-package

Examples

Run this code
data("sgi")
sgi
sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m")
sginew
sgibind <- bindscreens(sgi, sginew)
sgibind

Run the code above in your browser using DataLab