Bioinformatics

Get Read from a FASTA in One Line

by:

Unfortunately, getting a read from a FASTA file can be challenging for large files if you try to open it in text edit. Have you generated …

Bioinformatics

Easy Convert BAM to FASTA

by:

How many times have you wished to extract the sequences from a BAM file so you could convert the BAM to a FASTA file? This happened …

Bioinformatics

Reverse Complement one line script

by:

Finding the reverse complement for DNA is a pretty common task in bioinformatics. Below is a simple Python implementation of how the task can be accomplished. …

Github

Easy GitHub Repository Tagging

by:

Tagging a GitHub repository is pretty straightforward. Please see below how you can create the tag for the repo, push it to git, and delete eventually …

Python

A Quick Way to Compare Files

by:

Have you heard about filecmp and how to use it for a quick way to compare files in Python? Sometimes when writing a unit test in …

Bioinformatics

Simple Script for Shannon Entropy

by:

This tutorial presents a Python implementation of the Shannon Entropy algorithm to compute Entropy on a DNA/Protein sequence.

Github

Easy GitHub SSH Setup

by:

GitHub SSH setup is one of the things that you do once every time you get a new computer or gain access to a new server. …

Bioinformatics

Easy Conversion FASTQ to FASTA

by:

One of the most common tasks in bioinformatics data analysis is to convert a FASTQ file into FASTA. Unfortunately, some programs only accept input in FASTA …

Data AnalysisPython

How to Find the Length of the List in Python

by:

This short article shows how to find the length of list in Python. The same function can be used to get the number of elements in …

BioinformaticsData visualizationMachine Learning

Data Science Careers carving our professional paths

by:

Data science (or part of any of the data science careers) applies statistical procedures ranging from data transformations, data modeling, statistical and machine learning modeling, and …