Description Usage Arguments Details Value Author(s) See Also Examples
Creates a new object of class RNAinteract
with one screen. The new screen is the mean of all screens in the input object.
1 | summarizeScreens(sgi, screens, newscreenname = "mean")
|
sgi |
An object of class |
screens |
The screen names to be summarized. |
newscreenname |
The name of the new summary screen. |
If multiple screens with the same layout are stored in the same RNAinteract
object, then these screens are summarized by averaging to a new screen. The returned object contains one screen.
An object of class RNAinteract
.
Bernd Fischer
1 2 3 4 | data("sgi")
sgi
sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m")
sginew
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.