Entering edit mode
2.4 years ago
Amr
▴
180
I have done the normalization with deseq2 in R, please how can extract csv file for the normalized counts as I want to extract columns of some cell lines to perform GSEA?
dds <- DESeq(dds)
res <- results(dds)
Thanks in advance
Thank you so much it worked :)