Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 20, 2025
1 parent f902e6d commit 9fd564e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ remotes::install_github("Yunuuuu/ggalign")
| -------------------------------------------- | ----------------------------------------------------- | ----------------- | ----------------------------------- | ------------------------------------------------------------------------- |
| **Data input** | Various, and can be easily extended | fixed | Various, and can be easily extended | fixed |
| **Plot Type** | Wide variety, provided by ggplot2 | Many, but limited || Many, but limited |
| **Reorder observations** |||| Heatmap Only (Cannot be used in Stack Layout) |
| **Group observations into different panels** |||| Heatmap Only (Cannot be used in Stack Layout) |
| **Reorder observations** |||| Heatmap Only |
| **Group observations into different panels** |||| Heatmap Only |
| **Clustering algorithm** | Kmeans,Hierarchical Clustering and arbitary algorithm ||| Kmeans,Hierarchical Clustering, but can provide clustering group directly |
| **Legends Creation** | Automatic | Manual | Automatic | Limited automatic, requires manual add |
| **Legends Position** | Anywhere, can be controlled for a single plot | ? | Anywhere | Four sides, can only be placed on one side at a time |
| **Scientific Color Palettes** | Many | Limited | Many | Limited |
| **Dendrogram** | Tree from Both `hclust` or `ape` | `hclust` only | Tree from Both `hclust` or `ape` | `hclust` only (Cannot be used in StackLayout) |
| **Dendrogram** | Tree from Both `hclust` or `ape` | `hclust` only | | `hclust` only |
| **Tanglegram** |||||
| **3D Heatmap** |||||
| **Oncoplot** |||||
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@ remotes::install_github("Yunuuuu/ggalign")
|----------------------------------------------|-------------------------------------------------------|-------------------|-------------------------------------|---------------------------------------------------------------------------|
| **Data input** | Various, and can be easily extended | fixed | Various, and can be easily extended | fixed |
| **Plot Type** | Wide variety, provided by ggplot2 | Many, but limited || Many, but limited |
| **Reorder observations** |||| Heatmap Only (Cannot be used in Stack Layout) |
| **Group observations into different panels** |||| Heatmap Only (Cannot be used in Stack Layout) |
| **Reorder observations** |||| Heatmap Only |
| **Group observations into different panels** |||| Heatmap Only |
| **Clustering algorithm** | Kmeans,Hierarchical Clustering and arbitary algorithm ||| Kmeans,Hierarchical Clustering, but can provide clustering group directly |
| **Legends Creation** | Automatic | Manual | Automatic | Limited automatic, requires manual add |
| **Legends Position** | Anywhere, can be controlled for a single plot | ? | Anywhere | Four sides, can only be placed on one side at a time |
| **Scientific Color Palettes** | Many | Limited | Many | Limited |
| **Dendrogram** | Tree from Both `hclust` or `ape` | `hclust` only | Tree from Both `hclust` or `ape` | `hclust` only (Cannot be used in StackLayout) |
| **Dendrogram** | Tree from Both `hclust` or `ape` | `hclust` only | | `hclust` only |
| **Tanglegram** |||||
| **3D Heatmap** |||||
| **Oncoplot** |||||
Expand Down

0 comments on commit 9fd564e

Please sign in to comment.