plot_mosdepth_tn: Plot results from mosdepth output for Tumor/Normal pairs

Description Usage Arguments

View source: R/plot_mostdepth_tn.R

Description

Plot results from mosdepth output for Tumor/Normal pairs

Usage

1
2
3
4
5
6
7
plot_mosdepth_tn(
  t_bed = NULL,
  n_bed = NULL,
  segment = TRUE,
  sample_name = NULL,
  col = c("#95a5a6", "#7f8c8d")
)

Arguments

t_bed

mosdepth output from tumor

n_bed

mosdepth output from normal

segment

Whether to perform CBS segmentation. Default TRUE

sample_name

sample name. Default parses from t_bed

col

Colors. Default c("#95a5a6", "#7f8c8d")


CompEpigen/ezASCAT documentation built on Dec. 17, 2021, 3:04 p.m.