Description Usage Arguments Value
View source: R/make.saturation.plots.r
Helper function to get data frame for bar plot plot.events function
1 2 3 4 5 6 7 | getDataFrame(
data,
highlight.genes,
genomeBand_2_gene,
max.muts = 10,
max.cnv = 5
)
|
data |
data.frame with $type, $id, $Freq per event |
highlight.genes |
genes to look for in mutations/cnv lists (if looking for specific genes because of prior knowledge) |
genomeBand_2_gene |
mapping of genomic location IDs to gene name: vector of HUGO gene ids, named by genomic loci |
max.muts |
maximum number of mutations to get per sample, default is 10 |
max.cnv |
maximum number of cnvs to per sample, default is 5 |
ordered data frame with each genomic event and it's frequency
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.