Skip to content

Commit d6907c0

Browse files
committed
docs update
1 parent fafcf2d commit d6907c0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Diff for: README.Rmd

+14-14
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,27 @@ remotes::install_github("Yunuuuu/ggalign")
8181
| **User Interface** | Declarative | Functional | Declarative | Functional | Declarative |
8282
| **Plot System** | ggplot2 (Advanced plot system built on grid system) | grid | Matplotlib | ggplot2 (Advanced plot system built on grid system) | ggplot2 (Advanced plot system built on grid system) |
8383
| **Focus** | Composable Visualization | Heatmap | Composable Visualization | Heatmap | tree Data |
84-
| **Heatmap Layout** | Yes | Yes | Yes | Yes | No |
85-
| **Marginal Layout** | Yes | No | Yes | No | No |
86-
| **Stack Layout** | Yes | Yes | Yes | No | No |
87-
| **Circle Layout** | Yes | No | No | No | Yes |
88-
| **Cross Layout** | Yes | No | No | No | No |
89-
| **Group or Reorder Heatmap** | Yes | Yes | Yes | Yes | No |
90-
| **Group or Reorder Stack Only** | Yes | No | Yes | No | No |
91-
| **Separate Group into Slices** | Yes | Yes | Yes | No | No |
84+
| **Heatmap Layout** | | | | | No |
85+
| **Marginal Layout** | | No | | | |
86+
| **Stack Layout** | | | | | |
87+
| **Circle Layout** | | | | | |
88+
| **Cross Layout** | | | | | |
89+
| **Group or Reorder Heatmap** | | | | | |
90+
| **Group or Reorder Stack Only** | | | | | |
91+
| **Separate Group into Slices** | | | | | |
9292
| **Data input** | Various, and can be easily extended | fixed | fixed | fixed | Various, and can be easily extended |
9393
| **Visualization Type** | Wide variety, provided by ggplot2 | Many, but limited | Many, but limited | Limited | Limited Geometric layers support |
9494
| **Legends Creation** | Automatic | Limited automatic, requires manual add | Manual | Automatic | Automatic |
9595
| **Legends Position** | Anywhere, can be controlled for a single plot | Four sides, can only be placed on one side at a time | ? | Four sides, can only be placed on one side at a time | Anywhere |
9696
| **Scientific Color Palettes** | Many | Limited | Limited | Many | Many |
97-
| **Tanglegram** | Yes | No | Yes | No | No |
97+
| **Tanglegram** | | | | | |
9898
| **Dendrogram Position** | Anywhere | Heatmap only | Anywhere | Heatmap only | Anywhere |
99-
| **3D Heatmap** | Yes | Yes | No | No | No |
100-
| **Oncoplot** | Yes | Yes | Yes | No | No |
101-
| **UpSet plot** | Yes | Yes | Yes | No | No |
102-
| **Fully Compatible with ggplot2** | Yes | No | No | No | Limited Geometric layers support |
99+
| **3D Heatmap** | | | | | |
100+
| **Oncoplot** | | | | | |
101+
| **UpSet plot** | | | | | |
102+
| **Fully Compatible with ggplot2** | | | | | Limited Geometric layers support |
103103
| **Ease of Use** | Easy for ggplot2 users | Easy for for grid user | Easy for python user | Easy | Easy for ggplot2 users |
104-
| **Interactive** | No | Yes | No | No | No |
104+
| **Interactive** | | | | | |
105105

106106
## Acknowledgements
107107
I would like to express my sincere gratitude to the contributors of the

0 commit comments

Comments
 (0)