Keeping any moderately complicated computational project organized is a legitimate challenge. A record of exactly which inputs, parameters, and software were used to generate a particular output...
Version control has become an important part of modern computationally-inclined science. Git and Github are helpful for tracking your work, testing new ideas, collaborating with others, and sharing...
Modern -omics datasets are very highly dimensional, covering samples (cells, people, bacteria, etc) across thousands to millions of variables (SNPs, genes, proteins, etc)./micmCategory: Research...
Efficiency is crucial in the era of big data. We will begin with a brief overview of efficiency, in terms of both coding and computing. We will focus on efficient coding in this workshop....