Description Usage Arguments Details Value Author(s) References See Also Examples
Bind two RNAinteract objects along screens.
1 | 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 ~
1 2 3 4 5 6 | data("sgi")
sgi
sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m")
sginew
sgibind <- bindscreens(sgi, sginew)
sgibind
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.