View source: R/facets-closeup.R
facets_closeup | R Documentation |
Generate gene-level Facets plot
facets_closeup(path, gene, chrom_range = NULL, plot = T,
adjust_dlr = F, subset_snps = F)
path |
Path to Rdata oject |
gene |
One or multiple genes to plot |
chrom_range |
Range of chromosomes |
plot |
Plot or save as object |
adjust_dlr |
Set dipLogR to 0, essentially normalizing the log ratio |
subset_snps |
Subset the SNPs, for easier plotting. Boolean or numeric. |
If plot == T
plots cnlr, valor and icnem objects else returns all as objects
facets_closeup('path_to_sample.Rdata', 'BRCA1', 17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.