t-SNE in Python for visualization of high-dimensional data
t-SNE using sklearn package. This article explains the basics of t-SNE, differences between t-SNE and PCA, example using scRNA-seq data, and results interpre...
t-SNE using sklearn package. This article explains the basics of t-SNE, differences between t-SNE and PCA, example using scRNA-seq data, and results interpre...
This article how to perform and visualize the K-means Clustering in Python
High-through sequencing coverage calculation and coverage recommendations
How to create and customize heatmap using pheatmap package in R
Visualize interactive heatmap using hvPlot and Bokeh
Heatmap and hierarchical clustering visualization in Python
PCA using sklearn package. This article explains the basics of PCA, sample size requirement, data standardization, and interpretation of the PCA results
Volcano plot using bioinfokit package. This article explains the visualization of volcano plots for gene expression data
Multiple hypothesis testing and corrections, type I and II errors, false discovery rate, Bonferroni correction, and Benjamini/Hochberg correction
Biological data handling and processing using Python codes
Introduction, analysis, and visualization of Manhattan plot in Python
MA plot basics, analysis, and visualization