Description Usage Arguments Details Author(s) Examples
View source: R/plotSegmentationHeatmap.R
Plot a heatmap diagram for a region along a chromosome
1 2 3 4 5 6 |
dat |
list containing data to be plotted (see Details section below for particulars). |
xlim |
integer vector of length 2 with start and end coordinates (in bases) for plotting. |
ylab |
character scalar specifying y-axis label. |
rowNames |
character vector specifying a name for each row in the heatmap plot. |
chr |
integer of length 1 indicating the chromosome to plot (defaults to 1). |
strand |
character scalar which should be set to either |
vpr |
which viewport to plot the figure in. If this function is called directly by the user this argument should be left missing. |
colors |
named character vector, optional. If missing,
a default color scheme is used:
|
colHeatmap |
function describing color scheme for the heatmap plot (defaults to
|
showConfidenceIntervals |
logical scalar indicating whether confidence intervals for each change-point are to be plotted (only available once segmentation has occurred). |
just |
character vector specifying the justification of the
supplied values to the given coordinates; setting the first entry to
"left" indicates that the supplied x-coordinates are the start
positions of the probes, change this to "centre" if the
x-coordinates are the probe middle positions. Usually the second
entry should be "centre" (see |
main |
character vector specifying plot title. |
makeRasterImage |
logical scalar indicating whether to plot the heatmap image
by the grid.raster (see |
... |
additional arguments. |
This function is called by plotAlongChrom
if the argument
what
is set to heatmap
.
Although this function can be called directly by the user, this is not recommended.
The dat
list contains the following items:
x
x-coordinates (in bases) along chromosome
y
intensity matrix of probes along chromosome
flag
indicates probe uniqueness in the genome. Possibilities are 3: multiple perfect matches, 2: has no PM but one or more near-matches, 1: has exactly one PM and some near-matches in the genome, 0: has exactly one PM and no near-matches.
extras
(optional) matrix of additional values (such as test-statistics/p-values) to be plotted
Wolfgang Huber <huber@ebi.ac.uk>
1 2 3 4 5 |
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colnames, do.call, duplicated, eval, evalq,
get, grep, grepl, intersect, is.unsorted, lapply, lengths, mapply,
match, mget, order, paste, pmax, pmax.int, pmin, pmin.int, rank,
rbind, rownames, sapply, setdiff, sort, table, tapply, union,
unique, unsplit, which, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Loading required package: pixmap
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.