Description Usage Arguments Value See Also Examples
View source: R/AnnotationFunction-function.R
Boxplot Annotation
1 2 3 4  | 
x | 
 A matrix or a list. If   | 
which | 
 Whether it is a column annotation or a row annotation?  | 
border | 
 Wether draw borders of the annotation region?  | 
gp | 
 Graphic parameters for the boxes. The length of the graphic parameters should be one or the number of observations.  | 
ylim | 
 Data ranges.  | 
extend | 
 The extension to both side of   | 
outline | 
 Whether draw outline of boxplots?  | 
box_width | 
 Relative width of boxes. The value should be smaller than one.  | 
pch | 
 Point style.  | 
size | 
 Point size.  | 
axis | 
 Whether to add axis?  | 
axis_param | 
 parameters for controlling axis. See   | 
width | 
 Width of the annotation. The value should be an absolute unit. Width is not allowed to be set for column annotation.  | 
height | 
 Height of the annotation. The value should be an absolute unit. Height is not allowed to be set for row annotation.  | 
... | 
 Other arguments.  | 
An annotation function which can be used in HeatmapAnnotation.
https://jokergoo.github.io/ComplexHeatmap-reference/book/heatmap-annotations.html#box-annotation
1 2 3 4 5 6  | 
Loading required package: grid
========================================
ComplexHeatmap version 2.6.2
Bioconductor page: http://bioconductor.org/packages/ComplexHeatmap/
Github page: https://github.com/jokergoo/ComplexHeatmap
Documentation: http://jokergoo.github.io/ComplexHeatmap-reference
If you use it in published research, please cite:
Gu, Z. Complex heatmaps reveal patterns and correlations in multidimensional 
  genomic data. Bioinformatics 2016.
This message can be suppressed by:
  suppressPackageStartupMessages(library(ComplexHeatmap))
========================================
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.