Skip to content

Commit

Permalink
add more arguments in the function
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed May 23, 2020
1 parent 23332ac commit ad18781
Show file tree
Hide file tree
Showing 8 changed files with 308 additions and 120 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export("circos.genomicTrack")
export("circos.genomicTrackPlotRegion")
export("circos.heatmap")
export("circos.heatmap.initialize")
export("circos.heatmap.link")
export("circos.info")
export("circos.initialize")
export("circos.initializeWithIdeogram")
Expand Down Expand Up @@ -114,6 +115,7 @@ importFrom("grid", grid.pretty)
importFrom("methods", as)
importFrom("shape", Arrowhead)
importFrom("stats", "as.dendrogram", "dist", "hclust", "order.dendrogram")
importFrom("stats", "reorder")
importFrom("stats", rnorm)
importFrom("stats", runif)
importFrom("utils", download.file)
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Changes in version 0.4.10
* 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()`.
* sector index are all enforced to be character.

Changes in version 0.4.9
-----------------------------------------------------------------------
Expand Down
Loading

0 comments on commit ad18781

Please sign in to comment.