R/no_breaks.R

Defines functions no_breaks

Documented in no_breaks

#' Check if the chromosome has any breakpoints
#' @export

no_breaks <- function(donor){
  return(length(donor$breakpoints)==1)
}
sarahodell/magicsim documentation built on Sept. 25, 2023, 8:12 a.m.