sampleInfo csv file for DESeq2 guide
1
0
Entering edit mode
10.2 years ago
Parham ★ 1.6k

Hi,

In section 2.4.2 of "Beginner's guide to using the DESeq2 package" it is talking about a CSV file to be imported but I couldn't find it anywhere. Does anybody know where to look it up? The line is:

sampleInfo <- read.csv("/path/to/file.CSV")

Thanks!

sampleInfo DESeq2 guide • 2.9k views
ADD COMMENT
2
Entering edit mode
10.2 years ago

This is likely the sample table described in help(DESeqDataSet). It has a minimum 3 columns. The first is the sample name, the second is the file produced by htseq-counts associated with that sample, and the third and subsequent columns are group affiliations (e.g., condition, genotype or gender).

ADD COMMENT

Login before adding your answer.

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