get_meta_browser_plot_full: Full plot for allsamples browser

View source: R/all_samples_browser_internal.R

get_meta_browser_plot_fullR Documentation

Full plot for allsamples browser

Description

Full plot for allsamples browser

Usage

get_meta_browser_plot_full(
  m,
  heatmap,
  id,
  df,
  summary = TRUE,
  annotation = TRUE,
  region_type,
  rel_heights = c(0.2, 0.75, 0.05)
)

Arguments

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)


Miswi/RiboCrypt documentation built on July 7, 2024, 10:34 a.m.