Posts by Category

Civics

Migrant Workers Playbook

4 minute read

Published:

Remember to document unsafe labor practices. The only way to properly report incidents including lost wages is to include:

Migrant Workers Playbook Es

5 minute read

Published:

Recuerde documentar las prácticas laborales inseguras. La única manera de informar adecuadamente incidentes que incluyan salarios perdidos es incluir:

Coding

Data-literacy

Data-science

Hardware

Opinion

Benchmarking Aligners

1 minute read

Published:

Short-read aligners make up the core of modern bioinformatics program technologies. The aligners are responsible for mapping (rather than aligning) short reads (typically produced by Illumina sequencers) to their most likely originating loci with gapped and ungapped, genomic and transcriptomic methods. For lists of both aligners and short-read mappers and their pros/cons, see the Wikipedia article.

Youth Falls In Night

less than 1 minute read

Published:

I came to life from two unknown trees, Roots tangled deep in mystery’s seas. Yet arms reached out, so strong, so kind, To plant me anew, a love redesigned.

Roots And Wings

less than 1 minute read

Published:

I came to life from two unknown trees, Roots tangled deep in mystery’s seas. Yet arms reached out, so strong, so kind, To plant me anew, a love redesigned.

Ricing In 2024

less than 1 minute read

Published:

Customization is essential for maximizing visual appeal and ease of use of the computer system.

Linear Runtimes For Quasimapping And Alignment Free

1 minute read

Published:

I want to discuss linear runtimes and what that means in alignment-free methods for bioinformatics and sequence alignments and quasi alignments. First, it is the splitting of the sequences, as they are read, into, let’s say, ‘a’ De Bruijn graph. This graph consists of the k-mers, their neighborhoods, and of course the walks or paths through the graph that constitute optimal criteria and local maxima of course for traversal and contig/walk/path maximization. Typically, a search through the De Bruijn structure may be Breadth-First to find optimal depths for traversal of the path through the De Bruijn structure, optimizing for creating some sequence. This leads to read collapse along the sequence unidirectionally (bidirectionally in a unidimensional space) along the sequence space.

Prose

bioinformatics

Debunking Coronavirus Conspiracy Theories

9 minute read

Published:

I refer the reader to the primary source2 for this discussion, a US House Oversight Committee hearing on the Coronavirus response featuring testimony from the former director of the U.S. Center for Disease Control and Prevention (CDC), Dr. Robert Redfield.

python

Basic Python 2

16 minute read

Published:

Skip the description, let’s get to the code!