View source: R/visualizeHelper.R
assemble_plots | R Documentation |
assemble plots
assemble_plots(
betas,
txns,
probes,
plt.txns,
plt.mapLines,
plt.cytoband,
heat.height = NULL,
mapLine.height = 0.2,
show.probeNames = TRUE,
show.samples.n = NULL,
show.sampleNames = TRUE,
sample.name.fontsize = 10,
dmin = 0,
dmax = 1
)
betas |
beta value |
txns |
transcripts GRanges |
probes |
probe GRanges |
plt.txns |
transcripts plot objects |
plt.mapLines |
map line plot objects |
plt.cytoband |
cytoband plot objects |
heat.height |
heatmap height (auto inferred based on rows) |
mapLine.height |
height of the map lines |
show.probeNames |
whether to show probe names |
show.samples.n |
number of samples to show (default: all) |
show.sampleNames |
whether to show sample names |
sample.name.fontsize |
sample name font size |
dmin |
data min |
dmax |
data max |
a grid object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.