Skip to content

Sequence Gazing

Exploring evolutionary patterns in data

Primary menu

  • Welcome
  • About
  • Posts
  • Glossary
  • Resources
  • Art
Twitter GitHub LinkedIn

Category: R

By Mili / Posted onJuly 31, 2025

The Neighbour-Joining algorithm: Ties and Matrix Order

Following on from the previous post Foundations of phylogenetics we’ll next explore how ties and matrix order can influence the Continue Reading …

By Mili / Posted onJune 22, 2025

Clustering to Reveal Hidden Traits: Using Neighbour-Joining Trees

Before we dive into the theory behind the Neighbour-Joining algorithm I wanted to do a simple conceptual exercise to highlight Continue Reading …

By Mili / Posted onNovember 20, 2024

Getting started with population analysis in R

A population is another word for a group of individuals. For population studies we often want to analyse groups of Continue Reading …

By Mili / Posted onOctober 31, 2024

Introduction to sequence analysis in R

In this post we will look at how to read, write and analyse fasta sequences in R using the ape, Continue Reading …

By Mili / Posted onJune 25, 2023

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 Continue Reading …

By Mili / Posted onJune 20, 2022

How to install an R package from source

If you want to install an older version of an R package the easiest way is to find the package Continue Reading …

By Mili / Posted onMay 8, 2022

How to read data into R

Before we can use R for data analysis we first need to read in our data. R can read in Continue Reading …

By Mili / Posted onFebruary 25, 2022

How to install and load packages in R

R packages contain functions, compiled code and often example datasets. To install a package you use the install.packages() function, for Continue Reading …

By Mili / Posted onJanuary 18, 2022

Getting started with R and Rstudio

First of all, what is R and why do we use it? R is a programming language developed by statisticians Continue Reading …

By Mili / Posted onJanuary 12, 2022

How to check your code

Whether you’re studying a course or self learning it’s nice to be able to check your code. It’s time to Continue Reading …

Recent Posts

  • What is a k-mer?
  • Coalescent trees and Bugs in a box
  • The Neighbour-Joining algorithm: Ties and Matrix Order
  • Foundations of phylogenetics
  • Clustering to Reveal Hidden Traits: Using Neighbour-Joining Trees

Categories

  • Academic writing
  • Bioinformatics
  • Collaboration & Software Development
  • Conferences
  • Genetics
  • Linux
  • Miscellaneous
  • Phylogenetics
  • Python
  • R

Archives

  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • February 2022
  • January 2022

Footer menu

  • Privacy policy
Twitter GitHub LinkedIn
Copyright © 2025 Sequence Gazing. All Rights Reserved. Privacy policy
Theme: Higher Education
Scroll Up Top