www.modernstatisticswithr.com - This is the online version of the second edition of Modern Statistics with R. It is free to use, and always will be. Printed copies are available from CRC Press.
Live online courses on statistics with R based on this book,...
bioinformatics-core-shared-training.github.io - One of the best tutorial for beginners ...
https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2017/Day1/Session4-seqIntro.html
bioinfologics.github.io - What is a k-mer anyway? A k-mer is just a sequence of k characters in a string (or nucleotides in a DNA sequence). Now, it is important to remember that to get all k-mers from a sequence you need to get...
carpentries-incubator.github.io - A lesson introducing the Snakemake workflow system for bioinformatics analysis.
Prerequisites
This is an intermediate lesson and assumes learners have already done some bioinformatics:
Familiarity with the BASH command shell, including...
Bioinformatics education is often limited to technical education about coding or utilization of code-line tools, however what is significantly lacking is an appreciation of big data and multi-omics challenges related to solving important and...
https://www.rplumber.io/ - plumber allows you to create a REST API by merely decorating your existing R source code with special comments. Take a look at an example.
# plumber.R
#* Echo back the input
#* @param msg The message to echo
#* @get /echo
function(msg=""){...
scikit-learn.org - Machine Learning in Python
Simple and efficient tools for data mining and data analysis Accessible to everybody, and reusable in various contexts Built on NumPy, SciPy, and matplotlib Open source, commercially usable - BSD license
More...
liulab-dfci.github.io - This is the course material for STAT115/215 BIO/BST282 at Harvard University.
Xiaole Shirley Liu (lead instructor)Joshua StarmerMartin HembergTing WangFeng Yue
Ming TangYang LiuJack KangScarlett GeJiazhen RongPhillip NicolMaartin De Vries
We...