data.frame

Merging Data Frames in R by Row Names

3 minute read | January 11, 2018

I was trying to read in different features for a cell line, e.g., mutations and expression from separate files and reduce them to a single design matrix.

Indexing Data Frames in R

5 minute read | January 10, 2018

R provides many methods for indexing. Coming from other languages, it takes time to get comfortable with indexing in R.