Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jokergoo committed Oct 22, 2018
1 parent 864bd88 commit 64d651f
Show file tree
Hide file tree
Showing 39 changed files with 495 additions and 382 deletions.
8 changes: 1 addition & 7 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export("densityHeatmap")
export("dist2")
export("grid.boxplot")
export("grid.dendrogram")
export("height")
export("height<-")
export("ht_global_opt")
export("ht_opt")
export("is_abs_unit")
Expand All @@ -165,14 +163,10 @@ export("row_anno_histogram")
export("row_anno_link")
export("row_anno_points")
export("row_anno_text")
export("size")
export("size<-")
export("subset_gp")
export("subset_matrix_by_row")
export("subset_vector")
export("unify_mat_list")
export("width")
export("width<-")
exportClasses("AdditiveUnit")
export("AdditiveUnit")
exportClasses("AnnotationFunction")
Expand Down Expand Up @@ -215,7 +209,7 @@ exportMethods("make_layout")
exportMethods("make_row_cluster")
exportMethods("map_to_colors")
exportMethods("prepare")
exportMethods("resize")
exportMethods("re_size")
exportMethods("row_dend")
exportMethods("row_order")
exportMethods("set_component_height")
Expand Down
2 changes: 1 addition & 1 deletion R/00_S4_generic_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ setGeneric('map_to_colors', function(object, ...) standardGeneric('map_to_colors
setGeneric('set_component_height', function(object, ...) standardGeneric('set_component_height'))
setGeneric('draw_heatmap_body', function(object, ...) standardGeneric('draw_heatmap_body'))
setGeneric('component_height', function(object, ...) standardGeneric('component_height'))
setGeneric('re_size', function(object, ...) standardGeneric('re_size'))
setGeneric('make_layout', function(object, ...) standardGeneric('make_layout'))
setGeneric('heatmap_legend_size', function(object, ...) standardGeneric('heatmap_legend_size'))
setGeneric('get_legend_param_list', function(object, ...) standardGeneric('get_legend_param_list'))
setGeneric('color_mapping_legend', function(object, ...) standardGeneric('color_mapping_legend'))
setGeneric('make_column_cluster', function(object, ...) standardGeneric('make_column_cluster'))
setGeneric('column_dend', function(object, ...) standardGeneric('column_dend'))
setGeneric('resize', function(object, ...) standardGeneric('resize'))
setGeneric('row_order', function(object, ...) standardGeneric('row_order'))
setGeneric('draw_heatmap_list', function(object, ...) standardGeneric('draw_heatmap_list'))
setGeneric('row_dend', function(object, ...) standardGeneric('row_dend'))
Expand Down
Loading

0 comments on commit 64d651f

Please sign in to comment.