Skip to content

Commit

Permalink
new function: align_link
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 13, 2024
1 parent cdff804 commit 0411d34
Show file tree
Hide file tree
Showing 7 changed files with 527 additions and 258 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ Collate:
'align-gg.R'
'align-group.R'
'align-kmeans.R'
'align-order.R'
'alignpatch-.R'
'alignpatch-build.R'
'alignpatch-ggplot2.R'
'align-ranges.R'
'align-link.R'
'align-order.R'
'align-range.R'
'align-reorder.R'
'alignpatch-align_plots.R'
'alignpatch-alignpatches.R'
Expand Down
13 changes: 9 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

S3method("$<-",AlignProto)
S3method("+",alignpatches)
S3method("[",alignRangesGtable)
S3method("[",alignLinkGtable)
S3method("[",alignRangeGtable)
S3method(.raster_magick,Layer)
S3method(.raster_magick,QuadLayout)
S3method(.raster_magick,StackLayout)
Expand All @@ -25,7 +26,8 @@ S3method(alignpatch,Heatmap)
S3method(alignpatch,HeatmapAnnotation)
S3method(alignpatch,HeatmapList)
S3method(alignpatch,LayoutProto)
S3method(alignpatch,align_ranges_plot)
S3method(alignpatch,align_link_plot)
S3method(alignpatch,align_range_plot)
S3method(alignpatch,alignpatches)
S3method(alignpatch,default)
S3method(alignpatch,formula)
Expand Down Expand Up @@ -152,7 +154,8 @@ S3method(layout_and_add,QuadLayout)
S3method(layout_and_add,StackLayout)
S3method(layout_subtract,QuadLayout)
S3method(layout_subtract,StackLayout)
S3method(makeContent,alignRangesGtable)
S3method(makeContent,alignLinkGtable)
S3method(makeContent,alignRangeGtable)
S3method(makeContext,ggalign_raster_magick)
S3method(make_wrap,alignpatches)
S3method(make_wrap,ggplot)
Expand Down Expand Up @@ -293,10 +296,11 @@ export(align_gg)
export(align_group)
export(align_hclust)
export(align_kmeans)
export(align_link)
export(align_order)
export(align_panel)
export(align_plots)
export(align_ranges)
export(align_range)
export(align_reorder)
export(alignpatch)
export(anno_bottom)
Expand Down Expand Up @@ -400,6 +404,7 @@ importFrom(ggplot2,calc_element)
importFrom(ggplot2,el_def)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_grob)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_render)
importFrom(ggplot2,find_panel)
Expand Down
Loading

0 comments on commit 0411d34

Please sign in to comment.