View source: R/plot_mostdepth_tn.R
plotMosdepth | R Documentation |
Plot results from mosdepth output for Tumor/Normal pair
plotMosdepth(
t_bed = NULL,
n_bed = NULL,
segment = TRUE,
sample_name = NULL,
col = c("#95a5a6", "#7f8c8d")
)
t_bed |
mosdepth output from tumor |
n_bed |
mosdepth output from matched normal |
segment |
Performs CBS segmentation. Default TRUE |
sample_name |
sample name. Default parses from 't_bed' |
col |
Colors. Default c("#95a5a6", "#7f8c8d") |
Invisibly returns DNAcopy
object if 'segment' is 'TRUE'
Pedersen BS, Quinlan AR. Mosdepth: quick coverage calculation for genomes and exomes. Bioinformatics. 2018;34(5):867-868. doi:10.1093/bioinformatics/btx699
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.