covcbs: covcbs

View source: R/utils.R

covcbsR Documentation

covcbs

Description

covcbs

Usage

covcbs(
  x,
  field = "ratio",
  name = "sample",
  max.ranges = 10000,
  lwd.border = 0.2,
  purity = NULL,
  ploidy = NULL,
  rebin = NULL,
  strip.chr = FALSE,
  ...
)

Arguments

x

(character) path to coverage GRanges

field

(character) field containing t/n ratio

name

(character) name of gTrack

max.ranges

(numeric) maximum ranges to plot, default 1e4

lwd.border

(numeric) lwd of circles in gTrack, default 0.2

purity

(numeric) sample purity estimate

ploidy

(numeric) sample ploidy estimate

rebin

(numeric) bin size (bp) if rebinning coverage

strip.chr

(logical) strip chromosome prefix of coverage file


mskilab/casereport documentation built on Oct. 19, 2022, 3 a.m.