Today I’m heading to Milan, Italy, to meet up with Joanna, who’s been over there for the last couple of days for a meeting. To pass the time in the airport, I wrote this post about multithreading in Java.
We’re frequently wanting to label points in our scatter plots but they almost always overlap! 😠 Enter my addTextLabels() function.
I’ve decided that some of my posts should document useful things I’ve built, hopefully making building them in the future a little easier. I am starting with our bicycle stand. 🚴
Today I am on the train to Belfast to meet with collaborators at the AFBINI. To pass the time I am taking advantage of the free wifi to add a post to store some useful pieces of code I always forget.💡
BLAST is a powerful tool that can be used to compare genetic sequences. BLAST works by comparing a genetic sequence of nucleotides (A, C, G, and T) to a database of sequences.
FASTQ files are the files containing the raw sequencing data that are produced by Next Generation Sequencing platforms such as those made by Illumina. These files contain all the information produced by a sequencing run and are used in all downstream analyses.
As there is a drive to make research accessible, making these FASTQ files publicly available is becoming increasingly common. Here I provide a short outline of how to go about uploading FASTQ files to the Sequence Read Archive.
A more detailed description of this uploading process can be found here.