scripts.illustrations#

Functions#

create_color_map(alist)

create_shape_map(alist)

gating_plot(gated_data_df, species_names, x_axis, ...)

heterogeneity_bar_plot(labels, metrics_data, colors, ...)

heterogeneity_pie_chart(labels, metrics_data, colors, ...)

species_plot(coc_arsin_df, x_axis, y_axis, z_axis, ...)

umap_plot(cleaned_data, embedding, model_dir, title[, ...])

uncertainty_plot(coc_arcsin_df, x_axis, y_axis, ...)

Module Contents#

scripts.illustrations.create_color_map(alist)#
scripts.illustrations.create_shape_map(alist)#
scripts.illustrations.gating_plot(gated_data_df, species_names, x_axis, y_axis, z_axis, gated_dir, sample, all_labels)#
scripts.illustrations.heterogeneity_bar_plot(labels, metrics_data, colors, heterogeneity_dir, sample, species=None, plot_width=800, plot_height=600)#
scripts.illustrations.heterogeneity_pie_chart(labels, metrics_data, colors, heterogeneity_dir, sample, species=None, plot_width=800, plot_height=600)#
scripts.illustrations.species_plot(coc_arsin_df, x_axis, y_axis, z_axis, color_map, plot_path)#
scripts.illustrations.umap_plot(cleaned_data, embedding, model_dir, title, indices_to_keep=None)#
scripts.illustrations.uncertainty_plot(coc_arcsin_df, x_axis, y_axis, z_axis, plot_path)#