Can VST be run without runing DESeq or estimateSizeFactors
1
0
Entering edit mode
A ▴ 40
@a-14337
Last seen 4 months ago
United Kingdom

Hi,

I have generated a DESeq object from matrix as follows:

dds<-DESeqDataSetFromMatrix(countData = counts, colData = sample_data, design = ~ condition)

I also want to use vst counts for downstream analysis - can VST be called without doing anything further to the object generated above? or do i need to run the model by DEseq and/or calling estimateSizeFactors

There are many hundreds of samples and so I would like to access the VST counts without having to run the model.

thank you

DESeq2 • 1.5k views
ADD COMMENT
0
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 6 hours ago
Germany

Just run it, the necessary steps are taken care of internally. You do not have to do anything other than vst().

ADD COMMENT
1
Entering edit mode

Right, you can just call vst and it will call estimateSizeFactors within the function. Or if you've already estimated or supplied size factors, these will be used.

ADD REPLY
0
Entering edit mode

thank you all

ADD REPLY

Login before adding your answer.

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