R/PSCBS.isLocallyPhased.R

setMethodS3("isLocallyPhased", "PSCBS", function(fit, ...) {
  segs <- getSegments(fit)
  is.element("c1c2Swap", names(segs))
})


##############################################################################
# HISTORY
# 2014-03-24 [HB]
# o Added isLocallyPhased() for PSCBS.
# o Created.
##############################################################################

Try the PSCBS package in your browser

Any scripts or data that you put into this service are public.

PSCBS documentation built on Oct. 23, 2021, 9:09 a.m.