Author: onestop_data

Data Scientist who loves to share some knowledge on the field.

Python

Binary Search in Python – Step-by-Step

by:

This blog post talks about the binary search algorithm and how to implement it in Python. I’m sure you won’t find an easier way out there.

PythonStatistics

How to Find the Average in Python? The Easiest Way

by:

This short tutorial will teach how to use Python for the average of the list and set and how to use Numpy to find the average …

PythonStatistics

Python Median of List – It Can’t Get Easier than This

by:

This short tutorial will teach how to use Python for the median of the list and set and how to use Numpy to find the median …

Bioinformatics

1,000 Fold Speed up on Metagenomic Functional Profile

by:

Would you believe that you could estimate the functional profile for your metagenomic dataset 1,000 times faster than other tools out there? In this tutorial, I …

Bioinformatics

Finding Prophages in Bacterial Genomes – Step-by-Step

by:

This tutorial presents a step-by-step on finding prophages (phage) in bacterial genomes from a FASTA file (not Genbank format) to another FASTA with the (if any) …

Python

The Easiest Way to Use Python Exponent Operator

by:

Do you know how to use the Python exponent operator? Sum, subtraction, and Multiplication and division are the operators that are normally taught in Python. Here …

Bioinformatics

Step by Step: Completeness and Contamination of MAGs

by:

This article demonstrates STEP by STEP checkm tutorial on how to estimate completeness and contamination of Metagenome Assembled Genomes (MAGs)

Docker

Docker: 7 Essential Things to Get Started

by:

This tutorial teaches the 7 essential things to get started with Docker. They are: What is Docker, how to install docker on Ubuntu, Mac Os, or …

Data visualizationPython

Simple Box Plot and Swarm Plot in Python

by:

This short tutorial teaches you how to create a box and plot whisker and overlap it with a swarm plot in Python. Furthermore, it shows how …

Python

The Easiest Way to Use the Python Square Root Function

by:

This tutorial shows two different ways to find the square root of a number in Python. One of the methods uses the exponent operator and the …