This is a test version of Biostars. For the public version, visit https://www.biostars.org.
DEseq2

Dear All,

For Deseq2, should I use feature counts files as input (treated vs control)? Should I include the Annotation.gff3 file as well, which I downloaded from the Gencode website?

Thanks in advance,
Rizwan

rna-seq deseq2

1 answer

The DESeq2 input is a numeric count matrix (or data.frame) with rows being genes/observations and columns being samples/cells/specimen. Please see the DESeq2 manual. GFF files are no input.

Log in to answer this question.