How to compute(calculate) rlog and vst provided from DESeq2
1
0
Entering edit mode
tstpp • 0
@08250284
Last seen 12 months ago
Japan

I'm not familiar with the calculation of rlog and vst values transformed from count matrix using DESeq2.

Could you tell me the way and process of calculation of rlog and vst using the below count matrix.

Read count matrix

enter image description here

DESeq2 • 745 views
ADD COMMENT
1
Entering edit mode
ATpoint ★ 4.0k
@atpoint-13662
Last seen 10 hours ago
Germany

The vst is described in the original DESeq paper (Anders et al). rlog is described in the DESeq2 paper (Love et al). Source code is here https://github.com/mikelove/DESeq2/tree/devel/R and also see ?vst and ?rlog under 'Details`. Read the data into R and run the functions.

ADD COMMENT
0
Entering edit mode

FWIW, you can also search all of Bioconductor code via https://code.bioconductor.org e.g. https://code.bioconductor.org/search/search?q=vst

ADD REPLY
0
Entering edit mode

Thank you for your kind reply! I try to understand them.

ADD REPLY

Login before adding your answer.

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