How to read multiple samples with DESeq2?
3
0
Entering edit mode
7.1 years ago

Hello

I have a count file which has multiple columns, (one column for one sample). As I found, In DESeq2 we should insert count files separately.

Is it possible to insert one file with multiple columns? like below:

Gene    Sample1  Sample2

g1      22       0

g2      5        60

....

Thanks

RNA-Seq R DESeq2 • 2.3k views
ADD COMMENT
2
Entering edit mode
7.1 years ago

see "Starting from count matrices" in this document http://www.bioconductor.org/help/workflows/rnaseqGene/

ADD COMMENT
1
Entering edit mode
7.1 years ago
GenoMax 141k

Have you looked at the DESeq2 vignette (specifically section 1.3.3)?

ADD COMMENT
1
Entering edit mode
7.1 years ago
ivivek_ngs ★ 5.2k

DESeq2 vignette should be fine. However , it actually needs your knowledge in R rather than the tool you want to use for DE analsys or whatever your are aiming to dol.

Read the vignette well as suggested by others. Then the below guidlines should work if you understand from the vignette. Read the file in R with header=T and rownames=1. Create the colData dataframe with the condition or group you have for your experiment Then create the DESeq data object with the design. In your case it should be DESeqDataSetFromMatrix function

ADD COMMENT

Login before adding your answer.

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