AgatheJan 26, 20186 min readMy Ruby pipelines: Mapping reads to reference sequences (1)This is the first post of the "Ruby pipelines" series in which I explain how I deal with basic NGS data analyses using the Rake build...
AgatheJan 26, 20184 min readMy Ruby pipelines: Variant call (2) Once reads are aligned to a reference genome or reference genes, the identification of SNPs (Single Nucleotide Polymorphisms) is...
AgatheJan 26, 20183 min readMy Ruby pipelines: Phasing variants (3)Post 3 of the "My Ruby pipelines" series. This one is a pretty big chunk. Stay with me and you might learn a trick or two! With the...