List the method for the ClusterSet object.

show_methods(class = "ClusterSet", where = "scigenex")

Arguments

class

The name of the class. Default to "ClusterSet".

where

The package name. Default to "scigenex".

Value

A vector with the available methods.

Examples

show_methods()
#>  [1] "%in%"                     "["                       
#>  [3] "clust_names"              "clust_size"              
#>  [5] "cluster_set_to_xls"       "cluster_stats"           
#>  [7] "col_names"                "dim"                     
#>  [9] "enrich_go"                "gene_cluster"            
#> [11] "grep_clust"               "module_quality_scores"   
#> [13] "nclust"                   "plot_clust_enrichments"  
#> [15] "plot_ggheatmap"           "plot_markers_to_clusters"
#> [17] "rename_clust"             "reorder_clust"           
#> [19] "reorder_genes"            "row_names"               
#> [21] "show"                     "top_by_go"               
#> [23] "top_genes"                "viz_enrich"              
#> [25] "which_clust"