Description Usage Arguments Details Examples
Default UpSet Top Annotation
1 2 3 4 5 6 7 8 9 |
m |
A combination matrix which is as same as the one for |
gp |
Graphic parameters for bars. |
height |
The height of the top annotation. |
show_annotation_name |
Whether show annotation names? |
annotation_name_gp |
Graphic parameters for anntation names. |
annotation_name_offset |
Offset to the annotation name, a |
annotation_name_side |
Side of the annotation name. |
annotation_name_rot |
Rotation of the annotation name, it can only take values in |
... |
Passed to |
The default top annotation is actually barplot implemented by anno_barplot
. For
how to set the top annotation or bottom annotation in UpSet
, please refer to UpSet
.
If you want to use decorate_annotation
function, the annotation name for the "sets"
is set_size
and the annotation name for the "intersection sets" are intersection_size
and if under the union mode, it is union_size
.
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.