sgisubset {RNAinteract} | R Documentation |
A new object of class RNAinteract
is created that contains a subset of screens and channels.
sgisubset(sgi, screen = getScreenNames(sgi), channel = getChannelNames(sgi))
sgi |
An object of class |
screen |
Names of the selected screens. |
channel |
Names of the selected channels. |
This function returns a RNAinteract
object that only contains the selected screens and channels.
An object of class RNAinteract
.
Bernd Fischer
data("sgi") sgi sgi1 <- sgisubset(sgi, screen = "1") sgi1 sgi2 <- sgisubset(sgi, channel = "nrCells") sgi2