summarizeScreens {RNAinteract} | R Documentation |
Creates a new object of class RNAinteract
with one screen. The new screen is the mean of all screens in the input object.
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
data("sgi") sgi sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m") sginew