Skip to content
Snippets Groups Projects
Select Git revision
  • 5ebb1d7e034e843ab8ca78fa4fe6e9d86309b4a6
  • master default protected
2 results

R_snippets

  • Clone with SSH
  • Clone with HTTPS
  • A repository of R and Python snippets, mostly for creating graphical visualization of data.

    The small script fragments with their explanations can be useful for:

    • representing results as heatmaps (Categorical heatmaps, R)
    • combine tables with a kind of very crude left join written in Python (Get rows py3)
    • represent results as barplots (Tridimensional barplots in R)
    • density coloured scatter plots that avoid overplotting (with ggplot2, R)