KastanDay / ML4Bio

LLMs to execute Bioinformatics workflows, esp. RNA-seq
MIT License
0 stars 1 forks source link

RNA-Seq-PBMC-Workflow_v1 #26

Open lil-jr-dev[bot] opened 1 year ago

lil-jr-dev[bot] commented 1 year ago

This pull request introduces a new workflow for RNA-Seq analysis on PBMC Samples. The workflow includes scripts for quality control checks (FastQC.sh and MultiQC.sh), alignment of reads to the reference genome (STAR.sh), quantification of gene and isoform expressions (RSEM.sh), manipulation of aligned reads (samtools.sh), differential expression analysis (DESeq2.R), and counting reads to genomic features (featureCounts.sh). The main script (RNASeq_PBMC.sh) calls the other scripts in the correct order. Please review the changes and merge them into the main branch if they are satisfactory.