.Rbuildignore
.gitignore
DESCRIPTION
NAMESPACE
R/bubble_plot.R
R/cbf_palette.R
R/dendrogram.R
R/get_gg_legend.R
R/matrix_heatmap.R
R/scatterplot_with_fill_and_shape.R
R/theme_bubble.R
R/theme_heatmap.R
README.md
biovisr.Rproj
data/cluster_res.rda
data/test_matrix.rda
man/bubble_plot.Rd
man/cbf_palette.Rd
man/dendro_plot.Rd
man/df_heatmap.Rd
man/get_gg_legend.Rd
man/matrix_heatmap.Rd
man/scatterplot_with_fill_and_shape.Rd
man/theme_bubble.Rd
man/theme_heatmap.Rd
tests/testthat.R
tests/testthat/_snaps/bubble_plot/categorical-bubble-plot.svg
tests/testthat/_snaps/bubble_plot/categorical-plot-y-reversed.svg
tests/testthat/_snaps/bubble_plot/continuous-bubble-plot.svg
tests/testthat/_snaps/dendrogram/test-default-tree-plot.svg
tests/testthat/_snaps/dendrogram/test-non-categorical-tree-plot.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-box-colour-and-size.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-brewer-distiller-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-brewer-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-change-labels.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-manual-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-no-labels.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-null-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-viridis-continuous-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot-viridis-fill-palette.svg
tests/testthat/_snaps/matrix_heatmap/test-df-heatmap-plot.svg
tests/testthat/_snaps/matrix_heatmap/test-matrix-heatmap-default.svg
tests/testthat/_snaps/matrix_heatmap/test-matrix-heatmap-labels.svg
tests/testthat/_snaps/matrix_heatmap/test-matrix-heatmap-no-labels.svg
tests/testthat/_snaps/matrix_heatmap/test-matrix-heatmap-titles.svg
tests/testthat/_snaps/scatterplot/test-pca-plot-different-labels.svg
tests/testthat/_snaps/scatterplot/test-pca-plot-no-labels.svg
tests/testthat/_snaps/scatterplot/test-pca-plot.svg
tests/testthat/test_bubble_plot.R
tests/testthat/test_cbf_palette.R
tests/testthat/test_default_tree_plot.rds
tests/testthat/test_dendrogram.R
tests/testthat/test_df_heatmap_plot.rds
tests/testthat/test_df_heatmap_plot_colour_size.rds
tests/testthat/test_df_heatmap_plot_diff_labels.rds
tests/testthat/test_df_heatmap_plot_no_labels.rds
tests/testthat/test_df_heatmap_plot_palette_brewer.rds
tests/testthat/test_df_heatmap_plot_palette_distiller.rds
tests/testthat/test_df_heatmap_plot_palette_manual.rds
tests/testthat/test_df_heatmap_plot_palette_null.rds
tests/testthat/test_df_heatmap_plot_palette_viridis.rds
tests/testthat/test_df_heatmap_plot_palette_viridis_c.rds
tests/testthat/test_matrix_heatmap.R
tests/testthat/test_matrix_heatmap_labels.rds
tests/testthat/test_matrix_heatmap_no_labels.rds
tests/testthat/test_matrix_heatmap_plot.rds
tests/testthat/test_matrix_heatmap_titles.rds
tests/testthat/test_non_cat_tree_plot.rds
tests/testthat/test_pca_plot.rds
tests/testthat/test_pca_plot_diff_labels.rds
tests/testthat/test_pca_plot_no_labels.rds
tests/testthat/test_scatterplot.R