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...
In Bio-informatics based genome sequencing and predicting metabolic pathways research jobs I used Matlab, SAS, SPSS, R and several Bioconductor packages. Matlab had a lot of powerful tools and was easy to use, whereas SPSS is for...
The Department of Biostatistics and Bioinformatics at Duke University Medical Center is seeking a Postdoctoral Associate for a one year appointment to work on several high-dimensional research projects. The specific goals of the project are to...
http://www.rstudio.com/ - RStudio IDE is a powerful and productive user interface for R. It’s free and open source, and works great on Windows, Mac, and Linux.
The developers and expert trainers are the authors of several popular R packages, including ggplot2, plyr,...
R is a functional based language, the inputs to a function, including options, are in brackets. Note that all dat and options are separated by a comma
Function(data, options)
Even quit is a function
q()
So is...