This tutorial is written to help people understand some of the basics of shell script programming (aka shell scripting), and hopefully to introduce some of the possibilities of simple but powerful programming available under the Bourne shell. As such, it has been written as a basis for one-on-one or group tutorials and exercises, and as a reference for subsequent use.
Tutorials and courses on R, Python, and other data science topics.
Learn modern tech skills with the latest courses and labs in AWS, Azure and Google Cloud.
There are many options for running projects on cloud platforms, here are tutorials for 3 we like:
Using the BIMSB (soon to be called MAX) cluster environment is similar to using unix/linux environments for your job submission (e.g running your scripts or other software). The difference is that you need to specify needed resources beforehand. The cluster is controlled by a SGE (Sun Grid Engine Software) that organizes the queues and resources. This sort of scheduling system is necessary when limited computational resources are shared by many.
Website for "Efficient R Programming" covering general concepts and R programming techniques about code optimisation, before describing idiomatic programming structures.
Tutorial from research computing on Princeton's computing clusters.
Guide on using Latex and Overleaf