\name{expInteractionRegions} \alias{expInteractionRegions} \alias{expInteractionRegions,r3Cseq-method} \title{get interaction regions from the experiment} \description{ get all candidate interaction regions from the experiment } \usage{ expInteractionRegions(object) } \arguments{ \item{object}{ r3Cseq object. The object might contain the interaction regions generated by function \link{getInteractions} } } \value{ The candidate interaction regions show in the IRange object } \seealso{ \link{getCoverage}, \link{getReadCountPerRestrictionFragment}, \link{calculateRPM}, \link{getInteractions}, \link{contrInteractionRegions} } \author{ S. Thongjuea } \examples{ ####Create the r3Cseq object############# library(BSgenome.Mmusculus.UCSC.mm9) load(system.file("data","example.data.rda",package="r3Cseq")) calculateRPM(my.data) getInteractions(my.data) exp.interactions<-expInteractionRegions(my.data) } %\keyword{}