Implementing D2 Metrics In Cython For Kmer Count Profile Distance
Published:
Published:
Published:
Published:
Customization is essential for maximizing visual appeal and ease of use of the computer system.
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.
Published:
Published:
Published:
Published:
Published:
Published:
Published:
Published:
Published:
I see plenty of posts on /r/bioinformatics of students or mid-career professionals asking what it takes to become a bioinformatician. What skills should I have? What programming languages should I learn? What course should I take? Do I need a masters or PhD? Here is my answer to the question 'How do I become a bioinformatician?'
Published:
Published:
Published:
Published:
Published:
The goal of this blog post is to introduce the concepts of k-mer subsequences and blocked GNU-zip file (.bgzf
) and suggest that they be used together to form a new file specification for younger bioinformaticians. If I'm successful, the reader should have a basic understanding of common k-mer packages, my opinion on the algorithms and APIs, and the challenge of understanding advanced computer science and benchmarking concepts utilized by those packages/algorithms from the eyes of novice, beginner, and even intermediate bioinformatics students.
Published:
These are some notes I jotted down while reading a study from Psychological Science linked by /r/science Reddit at 2.3k updoots. This article had a somewhat clearer design and premise than a more popular post (8.8k currently) this morning in the same subreddit. PDF to the former article and the Springer link to the latter. I am reviewing the article to talk with a new acquaintance on the phone about feminism and gender equality.
Published:
Officially, magic was a forbidden component of Sword Art. Magical skills, item stats, criticals, and ability leveling may have elements beyond the typical diagnostic expertise of the players. Yet, enchanted items, durability, and other components of the material realm of Sword Art have mechanics of randomness, high-level crafting, beyond the scope the typical player will invest into the game. Additionally, defensive and offensive techniques also have randomness and executional nuance beyond the scope of most players’ level of interest. The code of the game actively encourages this obfuscation to provide a simple experience for the players, and even goes so far as to encode a level of instinct that Kirito granted Cline in the West Field. The user interface and neurological link was indeed part of harnessing full potential in the battlefield, involving physical, mental, and psychological nuances. The West Field had reminded him of other MMO’s he had played online; a pointless grind for experience and loot, almost deliberately trivial in comparison to the dungeons and party mechanics. Sure the social components of the game were important, but you never know who’s going to fail to support your flank and ensure survival. Since Kirito was a solo player, it had always seemed easier to grind in the fields so he had something to bring to the table when he actually joined a party.
Published:
About a 45 min read.
Published:
Published:
Published:
Published:
This article is geared for novice to intermediate users of OSX and Linux, perhaps a 20min read.
Published:
In this post I’m going to try something a little bit different. I’m presenting at my alma matter this fall to talk about my research for Bristol Myers Squibb. As I’ve been reflecting on objective differences in project longevity, rigor, or collaborative style in preparation for some early-mid 20’s students, I revisited one of my favorite RSA Animate talks: Ken Robinson’s ‘Changing Education Paradigms’.
Published:
Published:
See the great thing about science and technology jobs is our transparency and focus on the problem, not on the finance. You could say that the tech sector is very scientific and rational. You see, we rationalize taking advantage of liberally licensed software.
Published:
Hi everyone, have you ever wondered what would be a good idea for an app? Since I became a developer, now I have *some* of the tools to potentially create some basic web applications, command line tools, etc. For some developers who aren't creating regularly, it may seem like your work actually gets in the way of the creative process, and you might not get the time to make that killer app you really wanted to build.
Published:
Published:
I’ve been exploring the Python documentation system for ReadTheDocs with Sphinx. It could be that I’m dense, but the sphinx-quickstart
command seems horribly divorced from most of the automagic documentation goals of the Sphinx project. After following several guides1, 2 I noticed that only an index.rst had been created in the _sources
directory. Brandon’s guide suggests that adding your module to either your PYTHONPATH or to your conf.py before make html
would lead to autodoc recognizing your package. I wasn’t able to get this to work on OSX Sierra using a virtualenv. After looking through more tutorials, I encountered some suggestions for the sphinx-apidoc
command, without actual invocation details.
Published:
Hello world, I am building my first blog for science and technical topics called Not Very Humerus (NVH). I’ll be adding periodically to this collection and focusing on the technical side of my journey for a bit. I’ll try to proceed chronologically with some retrospectives at the beginning of the blog to focus on my experiences in University.
Published: