Dynamic variable names in R

Assigning dynamic variable names Sometimes you want to use dynamic variable names, these are variable names that change (dynamically) per iteration. In the basic example below each value in the vector my.vec is iteratively re-named. Example First a dynamic name Continue Reading …

Getting started with Python and Spyder

What is Python? Python is an object oriented, interpreted programming language that is used for tasks including scientific computing, data analysis and web development. Object-oriented programming languages organise software design around data, or objects, rather than functions and logic. Python Continue Reading …

What is Bioinformatics?

The focus of this blog begins with Bioinformatics, so I guess you were wondering – what is Bioinformatics!? Fundamentally, bioinformatics is the application of information science to understand biological complexity. Put simply – it is the use of computers to Continue Reading …