viz

DEGreport to plot nice RNA-seq figures

Differentially gene expression analysis with RNA-seq data is quite common nowadays, and there are pretty good Bioconductor packages for that: limma::voom, DESeq2 … The code for that part is quite simple, being super quick to get a list of de-regulated genes. However, downstream analyses vary a lot depending on the project itself. But I found myself doing the same plots and analyses many times for different project, so I put together a bunch of plots and analyses using code from my colleagues at work (@HSPH bioinformatics core) and myself.

Lying factor in figures

What is the lying factor in figures? It is the ratio between the difference of two numbers and the difference of the visualization of those two numbers. For instance: You have two groups, each group is represented by 4 and 2. The difference between 4 and 2 is 2. Since “a picture is worth a thousand words”, someone decides to represents those groups in a figure (yes, in excel to make it worst):

Visualizing science is also cool @polychart

One of my interest in science is finding new ways to visualize Big Data. Scientist are used to work with static visualization, that of course, is wonderful in the majority of the case. But it wouldn’t be better dynamic visualization for exploration? Play with your data, explore, and finally when you get that great figure that tell you everything you was looking for, you can export it to an image portable format.