Aggregation of bulk RNA-seq
1
0
Entering edit mode
23 months ago
fifty_fifty ▴ 60

I have 10 fastq files from RNA sequencing, I need to do differential analysis between two groups of samples. Each group has 5 patients. What would be the best pipeline for this? Do I align each fastq to the genome and then somehow assemble the 5 resulting files? I suppose it should be straightforward.

RNA-seq • 677 views
ADD COMMENT
0
Entering edit mode

Basic question before you begin - do you have 10 files or 10 pairs of files? Make sure you have sequencing information for all your samples.

Look into a simple pseudo-count + DESeq2 or STAR/RSEM + DESeq2 pipeline to go from raw sequence to counts to DE analysis.

ADD REPLY
0
Entering edit mode

Always do some exploratory analysis (such as PCA) to assess whether your biological replicates belonging to the same sample group cluster well together before eventually merging them. Also when you perform DE analysis downstream (with DESeq2 for example), always provide a count matrix including every single biological replicate. Based on the experiment design file (often referred as coldata) DESeq2 can carry appropriate DE analysis between two sample groups and perform appropriate statistics.

ADD REPLY
1
Entering edit mode
ADD COMMENT

Login before adding your answer.

Traffic: 2998 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6