Books
Free, open-source books covering the BioLang language and its application to real-world bioinformatics. Read online or download the PDF.
Language Reference
The BioLang Programming Language
The comprehensive language reference. Covers every aspect of BioLang from first principles: syntax, types, pipes, collections, tables, functions, closures, control flow, error handling, file I/O, genomic intervals, pipelines, statistics, linear algebra, bio APIs, streams, and notebooks.
- ● Pipe-first syntax and DNA/RNA/protein literals
- ● Tables, streams, and lazy evaluation
- ● Reading FASTA, FASTQ, VCF, BED, GFF, BAM
- ● 12 built-in bio database API clients
- ● Statistical tests and linear algebra
- ● SVG plotting and visualization
Learn by Doing
Practical Bioinformatics in 30 Days
A hands-on course that takes you from zero biology knowledge to building clinical-grade analysis pipelines. Each day includes BioLang scripts alongside equivalent Python and R code, with real-world data from NCBI, ClinVar, GTEx, TCGA, and UniProt.
- ● 30 progressive daily chapters
- ● Biology + code taught together
- ● BioLang, Python, and R side-by-side
- ● Real datasets from public databases
- ● 3 capstone projects (clinical, RNA-seq, phylogenomics)
- ● SVG diagrams for DNA, RNA, protein concepts
Practical Biostatistics in 30 Days
From zero to biostatistician. Learn statistical thinking for genomics through vivid real-world problems, hands-on BioLang code, and side-by-side Python and R comparisons. Covers everything from descriptive stats to GWAS analysis.
- ● 30 progressive daily chapters
- ● t-tests, ANOVA, regression, survival analysis
- ● PCA, clustering, Bayesian, meta-analysis
- ● BioLang, Python, and R side-by-side
- ● 3 capstones: clinical trial, DE study, GWAS
- ● Simulated datasets — no downloads needed