Entering edit mode
5.6 years ago
deniz
▴
10
Hello,
I am trying to normalize housekeeping genes for FFPE tumor samples and fresh frozen control samples.
I am both using the Galaxy platform and Linux command line.
Any related comments will be much appreciated
Bests,
Deniz
Use any of the established normalization methods, such as TMM in
edgeR
or the geometric mean approach inDESeq2
. The manuals will tell you how to use them.Thank you for your reply. I have actually tried both DESeq2 and edgeR tools and used HISAT2 for alignment.
However, the housekeeping gene fold change difference did not correlate good enough between FFPE and fresh frozen samples.
As far as I know, people are using geNorm and NormFinder algorithms to estimate the stability of the reference genes.
Is there any way to improve the correlation of genes between these two types of samples?
Can you give some details on how you compared your samples and what
did not correlate good enough
means?I started the analysis at the Galaxy platform. Since I had limited storage I used 3 FFPE tumors and 3 Fresh Frozen control paired-end samples first and then performed
Below table demonstrates the DESeq2 results of FFPE samples as first-factor level and fresh samples as second factor level.
What are those samples? Are they supposed to be comparable? What separates the FFPE and fresh samples beyond the preservation method? You should check for batch-effects related to the status being FFPE/fresh. Probably (most likely) there is one.