sampleInfo csv file for DESeq2 guide
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!
• 3,177 views
•
link
1 answer
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).
• 0 views
•
link
Log in to answer this question.