Posts

Boost is a set of C++ libraries including over 160 libraries providing extra functions in algorithms, data structure, memory, and some …

Sometimes we need to add some sepcial characters, like greek letters, into a figure with ggplot. The common way is using the function …

gnomAD is very convinient. However, it can only provide the variants in a gene or a region. I am going to provide a software tool that …

Recently I am going to use HTSlib to read variant file from gnomAD without decompress those extrodinary large files. After I installed …

There are several ways to generate random numbers in R package “parallel”. Here I used mcmapply as an example to show how …

When I tried to deploy a Hugo website from GitHub to Netlify, I encountered many different errors. Then I figured out that the default …