Blog articles

2024

Back to top ↑

2023

Kaplan-Meier Survival Analysis in R

3 minute read

Learn how to visualize and analyze survival times, compare groups, and assess the impact of predictor variables using Kaplan-Meier curves in R

Q-Q plot in Python

1 minute read

Learn how to create a Q-Q plot in Python to assess the normal distribution of the data

How to Use bedtools intersect

4 minute read

Learn bedtools intersect for finding overlapping and non-overlapping intervals between BED files in various ways

Shapiro–Wilk Test in R

2 minute read

Learn to perform the Shapiro-Wilk test for normality in R with step-by-step guidance and make sure the data meets the normality assumption for reliable stati...

Q-Q plot in R

2 minute read

Learn how to create a Q-Q plot in R to assess the normal distribution of the data

Steps in PCR

2 minute read

Learn the step-by-step process of Polymerase Chain Reaction (PCR)

teaser_image

How to Calculate VIF in R

4 minute read

This article describes how to calculate the Variance Inflation Factor (VIF) to detect multicollinearity in R

Back to top ↑

2022

Back to top ↑

2021

teaser_image

Heatmap in Python

3 minute read

Heatmap and hierarchical clustering visualization in Python

teaser_image

Volcano plot in Python

4 minute read

Volcano plot using bioinfokit package. This article explains the visualization of volcano plots for gene expression data

Back to top ↑

2020

teaser_image

Support Vector Machine (SVM) in Python

7 minute read

Implementation of Support vector machine (SVM) in Python for prediction of heart disease. Learn SVM basics, model fitting, model accuracy, and interpretation

teaser_image

Multiple linear regression (MLR)

8 minute read

Multiple regression analysis using statsmodels. Learn how to define regression model, assumptions, metrics evaluation, and interpretation

teaser_image

How to subset from pandas DataFrame?

5 minute read

This article explains how to select rows, columns, and a subset of pandas DataFrame using various indexing operations and pandas functions

teaser_image

Python tuples

2 minute read

Python tuples initialization and operations

Back to top ↑

2019

teaser_image

Concatenate and split VCF files

1 minute read

What is VCF file? VCF stands for variant call format It is a text file (file extension as .vcf) storing meta-information, marker and genotype data of ge...

Back to top ↑

2018

teaser_image

How to Perform ANOVA in Python

16 minute read

Learn how to conduct one-way and two-way ANOVA tests, interpret results, and make informed statistical decisions using Python

teaser_image

How to Perform MANOVA in R

9 minute read

Learn how to conduct Multivariate Analysis of Variance (MANOVA) in R with step-by-step guidance

Back to top ↑

2017

Back to top ↑

2016

Variable types

less than 1 minute read

Variable types Flowchart for types of variables used for collecting and analyzing the data

teaser_image

How to Calculate p Value by Hand

4 minute read

Learn how to calculate p-values by hand (using t test example) to gain a deeper understanding of statistical hypothesis testing.

ANCOVA code in Python

1 minute read

This article explains how to perform the one-way ANCOVA in Python. You can refer to this article to know more about ANCOVA, when to use ANCOVA, assumptions, ...

Back to top ↑