bindscreens {RNAinteract} | R Documentation |
Bind two RNAinteract objects along screens.
bindscreens(sgi1, sgi2)
sgi1 |
An object of class |
sgi2 |
An object of class |
This function binds two double interaction screens along screens.
An object of class RNAinteract
with all screens in sgi1 and sgi2.
Bernd Fischer
~put references to the literature/web site here ~
data("sgi") sgi sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m") sginew sgibind <- bindscreens(sgi, sginew) sgibind