getROIs-methods {inveRsion} | R Documentation |
lists the regions of interest in a matrix, given by the overlapping of significant trial segments (of fixed window seize) that may be part of an inversion event.
getROIs(object, thBic)
object |
|
thBic |
BIC threshold above which overlapping segments are considered for the definition of each ROI |
ROIs are defined as overlapping trial segments with BIC greater than thBIC
. The output is a matrix for which each row is one ROI. The first two columns give intervals defining the left brake-points and the two subsequent columns are the intervals for the right brake-points.
ROIs are given in mega-basis.
matrix
signature(object = "scan")
list of regions of interest
Alejandro Caceres acaceres@creal.cat
data(scanRes) ROI <- getROIs(scanRes, thBic = 0) ROI