Subscribe Posts by category By tags
Recent posts
-
Staying mentally healthy during the coronavirus pandemic
This is the sixth week that people in Switzerland are quarantined due to the coronavirus pandemic. The situation is the same for many people in many countries. A tough time for many of us.
-
Discoveries Weekly No. 1 (April 13-20, 2020)
Here are the things I discovered this week that fascinates me.
-
Linking native routines between R packages - a demo
In R programming, we need to link to native routines in C, C++, or Fortran from the R environment. In most cases, the linking works within one package, namely the R code in a package calls the native code in the same package.
-
Covariates and control variables explained
This post tries to clarify what are covariates and control variables, and discuss how to treat them in the context of omics data analysis.
-
Filter BAM/SAM files by insert size
In this blog post, we will talk about what is the insert size in Illumina sequencing reads, and how to find it in SAM/BAM files, and how to filter BAM files with it.