bindsamples: bind RNAinteract objects along screens

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Bind two RNAinteract objects along screens.

Usage

1
bindscreens(sgi1, sgi2)

Arguments

sgi1

An object of class RNAinteract.

sgi2

An object of class RNAinteract.

Details

This function binds two double interaction screens along screens.

Value

An object of class RNAinteract with all screens in sgi1 and sgi2.

Author(s)

Bernd Fischer

References

~put references to the literature/web site here ~

See Also

RNAinteract-package

Examples

1
2
3
4
5
6
data("sgi")
sgi
sginew <- summarizeScreens(sgi, screens=c("1","2"), newscreenname = "m")
sginew
sgibind <- bindscreens(sgi, sginew)
sgibind

RNAinteract documentation built on Nov. 8, 2020, 5:28 p.m.