What a great find — and readable! Jonas Kristoffer Lindeløv recasts t-tests, Pearson correlation and other common parametric and non-parametric statistical tests in terms of linear models: Common statistical tests are linear models (or: how to teach stats)
Category Archives: bioinformatics
How to install and set up a local UCSC BLAT environment
Downloading BLAT To get BLAT source code: Patching (optional) I decided to make blat a static binary to avoid missing xyz.so shared library errors. Here’s a patch you can use to modify the blat makefile: You may need static library packages installed on your system. The names of these packages will depend on your version […]
How to get a list of HGNC symbols and names (descriptions)
Here’s a quick method to get HGNC symbols and names that draws upon data from UCSC and the open source MyGene.info project: There’s a Python script in there that I call get_hgnc_names_for_symbols.py: The pipeline above writes a two-column text file called hgnc_symbols_with_names.txt that contains the HGNC symbol (e.g., AAR2) and its name (e.g., AAR2 splicing factor […]