Posts

Font Font size Font format (e.g. subscripts) Font family Combine plots Helpful packages: Colours 3D rendering Rough plots It will …

NA are necessary markers for missing data. However, Working with them can be tricky because of their special properties. Care should …

Why use functional programming Avoid intermediate objects In any loop, the standard practice is to create a new list before the loop, …

This is a summary post of the medical school application process. If you read Chinese, this Zhihu answer is where things got started. …

This is not intended to be a comprehensive review of Bioconductor packages - there are too many of them. These are my personal notes. …

This is an important mental model that I have been building over the past few years. Interesting means attention-capturing. Attention …

This documents the common pitfalls when working with Bioinformatics data and how to prevent them. Headers Case use janitor::clean_names …

Intro This is a documentation of how I split a string type column by its length, and combine them together in a directory format (which …

This will be a part of a series of articles on learning programming and data science. There are many articles on this topic already, …