Using PCA for unsupervised clustering of RNA-Seq with DESeq2
1
0
Entering edit mode
Nick N ▴ 60
@nick-n-6370
Last seen 8.6 years ago
United Kingdom

I have a set of 96 single-cell RNA-Seq samples. They are all of the same type of cells but I would like to see whether there is any hidden structure in this cell population. I was thinking of performing PCA. I wanted to use DESeq2 but their workflow seems to involve computing the differential expression first:

ddsHTSeq<-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=getwd(), design=~condition)

The problem is that I don't have a "condition" field. All samples are from the same population. It is not known whether there is any difference between them. So, I would like to compute a PCA which does not involve or depend on computing differential expression between 2 or more groups. How can I do this? If DESeq2 can't do this can you recommend an alternative?

 

rnaseq pca deseq2 clustering • 1.8k views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 2 hours ago
United States

You can use ~1.

This is what the transformations do internally as well by default, see the 'blind' argument.

ADD COMMENT

Login before adding your answer.

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