Posts

Abstract - Enhancing Fetal Anomaly Detection
Abstract - Enhancing …

Enhancing Fetal Anomaly Detection in US Images: A Review of Machine Learning-Based Approaches Ramin Yousefpour Shahrivar1, Fatemeh Karami2, Ebrahim Karami3 Abstract Fetal development is a critical phase, and timely identification of anomalies in ultrasound images is vital for the health of the …

Primer Design
Primer Design

Why Do We Design Primers? Primers are short (usually 18-27 bp), single-stranded DNA sequences that are complementary to the target DNA sequence. They are essential components in the Polymerase Chain Reaction (PCR) process, which amplifies a specific fragment of DNA. The main reasons why we design …

My DESeq2 Workflow
My DESeq2 Workflow

Differential Gene Expression I use this code to run DESeq2 for evey differential gene expression analysis I have: library(DESeq2) library(biomaRt) library(DEGreport) library(ggplot2) library(dplyr) # Load data setwd('/home/<directory>') cts <- read.delim('counts_data.csv', …