Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 945 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 945 Bytes

toolset

Figures and plotting

  • customBoxplot.m : plot groups of data in boxplots; fully customizable.
  • imagesc_adv.m : creates a colorplot of a matrix/vector with values on each box (https://bit.ly/2OOPwlx). To be updated soon...
  • export_figure.m : exports a figure to various formats

Colors

  • color_fullhue.m : returns up to 340 different colors based on hues.
  • color_shaders.m : generates color triplets (colormaps) using different brightnesses of a hue.
  • color_shadersRGB.m : generates color triplets (colormaps) using different brightnesses of a rgb triplet.

Stats

  • bio_errorbars.m : compute common errorbars
  • confidence_intervals_bi.m : compute binomial confidence intervals
  • normalizations.m : contains various data normalization methods

scripts:

  • BarPlotErrorbars.m : generates barplots with errorbars, fully customizable.