Identifies top contributing clusters across feature types and drugs, and visualizes their relative contributions.
plotTopClusters(
top_feat_path = ".",
cluster_feature_path = ".",
protein_names_path = ".",
top_n = 10
)A ggplot object.
if (FALSE) { # \dontrun{
plotTopClusters(
top_feat_path = "data/Campylobacter/ML_top_features",
cluster_feature_path = "data/Campylobacter/",
protein_names_path = "data/Campylobacter/",
top_n = 10
)
} # }