Description Usage Arguments Value Examples
View source: R/plot_metagene.R
Produce a metagene plot
1 |
df |
a |
A 'ggplot' object.
1 2 3 4 5 6 | region <- get_demo_regions()[1]
bam_file <- get_demo_bam_files()[1]
mg <- metagene$new(regions = region, bam_files = bam_file)
mg$produce_data_frame()
df <- mg$get_data_frame()
p <- plot_metagene(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.