Supply Chain Management
RNASEQC: RNAseq Metrics for Quality Control and Process Optimization
📊

RNASEQC: RNAseq Metrics for Quality Control and Process Optimization

1
Retrieve raw sequencing data from storage
2
Decompress the raw data if compressed
3
Validate the integrity of raw data files
4
Convert raw data into FASTQ format
5
Perform quality control on FASTQ files
6
Trim low-quality bases and remove adapter sequences
7
Align the reads to the reference genome
8
Sort aligned reads by coordinate
9
Mark duplicates in the aligned reads
10
Index the sorted BAM files
11
Read alignment quality check
12
Recalibrate base quality scores
13
Perform variant calling
14
Annotate identified variants
15
Perform quality control on the final results
16
Approval: Lab Manager
17
Generate reports for RNASEQC metrics
18
Store the RNASEQC metrics report for future referencing
19
Clean up temporary files created during the process