Is it possible (or does it make sense) to display two different gene sets in one PCA-plot?
1
0
Entering edit mode
Jon Bråte ▴ 250
@jon-brate-6263
Last seen 2.6 years ago
Norway

Sorry for this naive question, but I am new to principal component analyses and how to display them. I have two different gene sets, coding and non-coding genes, and count data from two different conditions (four replicates of both). I want to compare how the samples cluster in the two gene sets, i.e. do they have the same expression signatures. I made PCAplots of each gene set separately in DESeq2, but I wonder if it makes sense at all to plot them in the same PCA-plot?

Thanks, Jon

pca deseq2 rnaseq • 1.1k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen just now
United States

You could plot PC1 from gene set 1 against PC1 from gene set 2. Or alternatively rbind the two matrices (genes in set x samples) and use a heatmap with row colors and do manually row ordering (see pheatmap in our workflow).

I would use rlog, VST or log(normalized counts + pseudocount).

ADD COMMENT

Login before adding your answer.

Traffic: 1028 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