plot_cnvkit | R Documentation |
Plot CNR across bins
plot_cnvkit(
cnr = NULL,
cns = NULL,
chromosomes = NULL,
genes = NULL,
highlights = NULL,
weights = NULL,
threads = 5,
show_lines = TRUE,
trend = TRUE,
save = TRUE,
limits = 5,
show = "panel",
output_dir = "img",
output_name = "img.png",
plot_width = 1200,
plot_height = 600
)
cnr |
REQUIRED Path to CNR as produced by fix_cnvkit command. |
cns |
OPTIONAL Path to CNS as produced by segment_cnvkit command. |
genes |
OPTIONAL Genes to focus on. Default NULL |
highlights |
OPTIONAL Highlights genes. Default NULL. |
weights |
OPTIONAL Filter bins by weight |
trend |
OPTIONAL Draw trend line across bins |
save |
OPTIONAL Save image |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.