show all available plot methods

get_available_plot_methods(compendium = "vespucci")

Arguments

compendium

A string - the selected compendium

Value

A list with plot methods for distribution, heatmap and network

Examples

get_available_plot_methods()
#> $distributions #> [,1] #> [1,] "sample_sets_magnitude_distribution" #> [2,] "magnitude" #> [,2] #> [1,] "sample_sets_coexpression_distribution" #> [2,] "coexpression" #> [,3] #> [1,] "biological_features_uncentered_correlation_distribution" #> [2,] "uncentered_correlation" #> #> $heatmap #> [1] "module_heatmap_expression" #> #> $network #> [1] "module_coexpression_network" #>