Skip to contents

just calling the generic extract_breakpoints, with some pre-loaded options. See that function for details.

Usage

extract_bp_per_window(
  segs_df,
  window_size = 1e+07,
  sample_col = "cell_id",
  chrom_col = "chr",
  genome_version = c("hg19", "hg38"),
  return = c("values", "counts")
)

Value

dataframe. Sample IDs and the observed breakpoint counts observed in the specified window size.