Skip to content

drieslab/GiottoVisuals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4851a58 · Nov 18, 2024
Jun 12, 2024
Nov 18, 2024
Mar 7, 2024
Nov 16, 2024
Nov 16, 2024
Mar 7, 2024
Aug 22, 2024
Aug 8, 2023
Aug 22, 2024
Nov 14, 2024
Mar 7, 2024
Mar 7, 2024
Nov 14, 2024
Nov 16, 2024
May 1, 2024
Feb 1, 2024

Repository files navigation

GiottoVisuals

Version Lifecycle: experimental codecov R-CMD-check GitHub issues GitHub pulls

GiottoVisuals contains the main plotting functions of Giotto Suite

Installation

You can install GiottoVisuals like:

if (!requireNamespace("pak", quietly = TRUE)) install.packages("pak")
pak::pak("drieslab/GiottoVisuals")

Script Organization by Prefixes:

aux_ - auxilliary and meta functionality

  • aux_output.R - plot output handling
  • aux_save.R - plot saving
  • aux_defaults.R - set plotting defaults
  • aux_visuals.R - general auxilliary plotting functions

plot_ - general plotting functions organized by type of plot

  • plot_scatter.R - scatter plots
  • plot_violin.R - violin plots
  • plot_heatmap.R - heatmaps
  • plot_dendrogram.R - dendrograms

vis_ - specific plotting functions organized by topic - vis_hvf.R - highly variable features plots

  • vis_pc.R - principle components plots
  • vis_spatial.R - - vis_spatial_in_situ.R -

gg_ - ggplot2 related

  • gg_info_layers.R - modular internals for plotting the different layers of information
  • ``

Other:

  • color_palettes.R - color palettes and factory functions

  • vis_spatialDE.R -

Package:

  • package_imports.R - all imports
  • globals.R - global variables
  • dd.R - dummy documentation for inheriting
  • zzz.R - onloads