constructing a DESeqDataSet
1
0
Entering edit mode
linouhao ▴ 20
@linouhao-15901
Last seen 12 months ago
United States

2017xmq

19 分钟前

the function DESeqDataSetFromMatrix can be used if you already have a matrix of read counts prepared from another source; If you have transcript quantification files, as produced by Salmon, Sailfish, or kallisto, you would use DESeqDataSetFromTximport.

but i always see DESeqDataSetFromMatrix is the most used in tutorial, what is the detailed difference? thanks in advance

deseq2 DESeqDataSet • 880 views
ADD COMMENT
0
Entering edit mode

As far as I understood, DESeqDataSetFromTximport has the same purpose that DESeqDataSetFromMatrix but it can directly accept the output of a psedoaligner such as Salmon, producing directly the count matrix.

With DESeqDataSetFromMatrix, you need to have a count matrix already prepared with genes as rows ans samples as columns.

Hope this help

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 12 minutes ago
United States

Please see the help files for these functions:

?DESeqDataSet

The help files are where we put details about functions.

ADD COMMENT

Login before adding your answer.

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