rlog transformation for Time-course data
1
0
Entering edit mode
veigh09 • 0
@veigh09-11706
Last seen 5.9 years ago
Beijing

Hi !

I foundĀ rlog transformation method in DESeq2 package was very useful for clustering RNA-seq data.

Recently, I was dealing with some time-course data, and ready to run a co-expression network analysis via a R package, which recommends a variance-stabilizing transformation. I'm wondering how to do rlog (vst) for time-course data.

For example, if I have three time-points, Day0, Day1, and Day2, shall I just take the Day0 sample as untreated sample (Day1 and Day2 sample as treated samples), then simply call the rlogTransformation function ?

Thanks so much.

deseq2 rlog transformation timecourse rnaseq • 1.1k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 10 hours ago
United States

hi,

Yes you can just use vst() or rlog() functions in order to produce variance stabilized data. You don't need to provide sample information or define which one is the treated or untreated.

You can take a look at the plots we have in the DESeq2 vignette and see which transformation you prefer. If you need, the matrix of values from a DESeqTransform object can be extracted with assay() function.

ADD COMMENT
0
Entering edit mode

Thanks for your help, Michael.

ADD REPLY

Login before adding your answer.

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