-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
62 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#' Heatmap layout | ||
#' Put plots around a Heatmap | ||
#' | ||
#' `ggheatmap` is an alias of `layout_heatmap`. | ||
#' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,57 @@ | ||
url: https://yunuuuu.github.io/ggalign/ | ||
|
||
template: | ||
bootstrap: 5 | ||
light-switch: true | ||
|
||
reference: | ||
- title: Building plot | ||
- subtitle: Adding elemnt | ||
desc: > | ||
All plots begin with a call to `ggheatmap()` or `ggstack`, supplying default | ||
data and aesthetic mappings, specified by `aes()`. You then add reordering | ||
the layout, or group the layout into panels, and add plots, layers, scales, | ||
coords with `+`. To save a plot to disk, use `ggsave()`. | ||
contents: | ||
- layout-add | ||
- layout-and | ||
- build_patchwork | ||
|
||
- subtitle: Active context | ||
desc: > | ||
A Layout object may have multiple plots, you can choose where to add ggplot2 | ||
elements with following functions. | ||
contents: | ||
- hmanno | ||
- active | ||
- activate | ||
|
||
- title: Plot Layout | ||
desc: A Layout object defines how to place the plots. | ||
contents: | ||
- layout_heatmap | ||
- layout_stack | ||
|
||
- title: Plot basics | ||
desc: Add plots to layout | ||
contents: | ||
- ggalign | ||
- ggpanel | ||
|
||
- title: Setup Layout | ||
desc: Reordering obervations or Group into panels | ||
contents: | ||
- starts_with("align") | ||
|
||
- title: Extending ggplot2 | ||
desc: New ggplot2 geoms, stats, scales, and facets | ||
contents: | ||
- geom_draw | ||
|
||
- title: helpers | ||
desc: A handful of helpers | ||
contents: | ||
- hclust2 | ||
- dendrogram_data | ||
- is.ggheatmap | ||
- is.ggstack |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters