Skip to content

Commit

Permalink
add circos.barplot()
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed Jun 10, 2020
1 parent 95e782c commit 9541f98
Show file tree
Hide file tree
Showing 6 changed files with 2,338 additions and 2,140 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export("chordDiagramFromMatrix")
export("circlize")
export("circos.arrow")
export("circos.axis")
export("circos.barplot")
export("circos.boxplot")
export("circos.clear")
export("circos.dendrogram")
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Changes in version 0.4.10
is a vector, reduce the one-column data frame to a vector.
* add `add.track.meta.data()` and `add.sector.meta.data()` too add user-defined cell meta data.
* add `circos.heatmap()` to draw multi-track heatmaps.
* add `circos.boxplot()` and `circos.violin()`.
* add `circos.barplot()`, `circos.boxplot()` and `circos.violin()`.
* sector index are all enforced to be character.
* `circos.nested()`: now the graphic parameters are reordered accordingly as the `correspondance`.
* add `mm_x()`, `mm_y()`, `mm_h()`, `cm_x()`, `cm_y()`, `cm_h()`, `inches_x()`, `inches_y()`, `inches_h()`
Expand Down
Loading

0 comments on commit 9541f98

Please sign in to comment.