View source: R/all_samples_browser_internal.R
get_meta_browser_plot_full | R Documentation |
Full plot for allsamples browser
get_meta_browser_plot_full(
m,
heatmap,
id,
df,
summary = TRUE,
annotation = TRUE,
region_type,
rel_heights = c(0.2, 0.75, 0.05)
)
m |
data.table of coverage per sample (wide format) |
heatmap |
ComplexHeatmap object of plot from 'm' |
id |
id of transcript |
df |
ORFik experiment |
annotation |
logical, default TRUE (add bottom annotation track) |
region_type |
character, "what is the coverage region?" Usually full mrna: "mrna" or "leader+cds". |
rel_heights |
numeric < 1, default: c(0.2, 0.75, 0.05). Relative heights, sum to 1 and must be length 3. |
sumary |
logical, default TRUE (add top plot) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.