Tools, tips, & resources for STEM students/researchers
Below is a list of resources relevant to any STEM student/researcher.
(This list is a fork from the resources compiled by fellows at the MIT BE Communication Lab)
This list compiles resources to transform data into a clear message through:
- data analysis and visualization,
- figure design,
- writing and reference management,
- design tools and resources,
- professional resources.
It also includes resources for reproducibility and miscellaneous tools for engineering research
- Getting started
Symbol | Meaning |
---|---|
π | no upfront cost |
π | open source |
π΅ | small cost |
π° | large cost |
π¦ | Computing Package |
π | Resource |
Students typical use the follow resources to analyze and plot data for class and research purposes.
-
Python π π β general applicability, open-source; commonly used with Anaconda, a package and environment manager
-
R π π - popular for bioinformatics, genomics, statistics; typically used with RStudio π using packages from CRAN
- RStudio introduction to R - a good place to start for complete beginners.
- Swirl teaches R within RStudio. A great interactive resource for beginners.
-
MATLAB π° - commercial computing environment offered at MIT for affiliates. See Gnu Octave for an open source π alternative.
-
Other computing languages/platforms used include Julia and Go, but their user bases are much smaller.
- Trees, Maps, and Theorems: Effective Communication for Rational Minds by Jean-Luc Doumont - The CommLab Bible
- http://serialmentor.com/dataviz/
- https://datavizcatalogue.com/
- http://www.cookbook-r.com/Graphs/
- https://python-graph-gallery.com/
- https://www.data-to-viz.com/
- Grammar of Graphicsππ° - landmark book on foundations in data visualization
- Plotting One Variable Distributions - BECL-produced resource for plotting bar graphs, boxplots, violin plots, and more. Includes example data set and raw code files.
- matplotlib β the most popular plotting framework
- Pandas - table management
- bokeh β interactive web-based visualization
- seaborn β opinionated plotting framework for statistical visualizations
- plotly β interactive web-based visualization
- altair β straightforward visualization framework, biased towards statistical plotting
- Rpy2 - use R code in jupyter notebook
- BECL notes - BECL-produced resource for python related plotting and getting started.
This is an opinionated summary of key tools for plotting in R, focusing primarily on the tidyverse group of packagesπ¦.
- ggplot2π¦π β the most popular plotting framework based on the book, Grammar of Graphics
- plotlyπ¦π β commercially supported interactive web-based visualization tools
- Shinyπ¦π β interactive charts and applications on the web, great for displaying public data and generating publication website
- reticulateπ¦π - interface with Python via R
- ggplot2 Cheatsheet sheetπ - quick overview of ggplot2 plotting functions and aesthetics
- ggplot2 Tutorialπ - Harvard tutorial on getting started with ggplot2
- R Graph Galleryπ - gallery of plots generated using R
- R for Data Scienceπ - a comprehensive resource to become proficient at using R for all data science needs, written by lead instructors at RStudio
- RAW β fast, easy graphs from Excel or CSV files
- Graphpad Prism β stand-alone plotting program
- Excel β the one and only
- Datawrapper β fast, easy graphs from Excel or CSV files
- Octave β Free version MATLAB
- WebPlotDigitiazer
- Naming files and projects π, a slide deck compiled by Jenny Bryan (@JennyBryan), software engineer at RStudio
- drake π¦ β toolkit to build reproducible workflows that scale
- rapport
- knitr - allows to convert markdown, R, and plots/tables to html or PDF files, similar to Jupyter for python
- workflowr
- here - makes it easy for users to set directories and paths
- ROpenSci
- MIT CommKits (Biological Engineering, Mechanical Engineering, Electrical Engineering and Computer Science)
- Pandoc - for switching between .doc/.tex/.md/etc file types
- Microsoft Word
- Adobe Illustrator π°
- Inkscape π π
- Microsoft Powerpoint π©
- Affinity Designer π΅
- BioRender π
- Adobe Photoshop π°
- Affinity Designer π΅
- GIMP π π The GNU Image Manipulation Program
- ImageJ/Fiji π π
- ColorBrewer - web-based color palette tool with accessibility options (R package)
- Palettable - similar to ColorBrewer with customizable color schemes (Python package)
- Adobe Color CC - select color schemes based on color wheel and color harmony
- Ggsci - color themes inspired by scientific journals, science fiction, and media
- Viz-Palette
- GenZ Yellow
- Millenial Pink
- Butterickβs Practical Typography - typography best practices
- Google Fonts - select from fonts based on characteristics
- Canva - font combinations based on starter font
- Font Squirrel - downloadable fonts based on characteristics
- Neue Haas Grotesk
- Noun Project - downloadable icons
- IcoMoon - more icons
- Unsplash - downloadable high-quality images
- Adobe Illustrator π°
- Inkscape
- Microsoft Powerpoint π©
- Adobe InDesign π°
- Horizontal and Vertical Microsoft PowerPoint and Adobe Illustrator Poster Templates π π - by Tyler Toth and Alex Triassi. Takeaway: white-space friendly poster templates to get you started
- Github Personal Webpage Boilerplate
- PhD/Post-Doctoral website examples
- https://jef.works/ (Harvard, Bioinformatics)
- https://www.nikhitasingh.com/ (MIT Media Lab, AI)
- https://davidlazar.org/ (MIT CSAIL, Computing)
- https://www.anishathalye.com/ (MIT CSAIL, Computing)
- https://slowkow.com/ (Harvard, Immunogenomics)
To the extent possible under law, MIT BECL has waived all copyright and related or neighboring rights to the compilation of this list, but not the resources included.