I have raw read count values generated by HTSeq-count and normalized counts generated by DESeq2 and FPKM values.
I know that I need an input GCT file containing normalized gene expression data to run ssGSEA.
And I confirmed from the GSEA website that normalized counts generated by DESeq2 can be used as input GCT files for GSEA analysis.
"Tools such as DESeq2 can be made to produce properly normalized data (normalized counts) which are compatible with GSEA"
Then, could the normalized counts created by DESeq2 be used as gene expression data to be put into the input GCT file for ssGSEA analysis?
Thank you in advance.