pairedGSEA input files
1
0
Entering edit mode
Sara • 0
@95b4edca
Last seen 1 hour ago
Belgium

Hi,

Sorry, my question might be so naive. I want to use the pairedGSEA package to run a paired differential gene expression and splicing analysis. I have already used DESeq2 for differential gene expression analysis. I aligned my reads with HISAT2 and made the count files with the HTSeq count. In my DESeq data set object, the row names are ENSG IDs. But I saw in the documentation of pairedGSEA that the row names should have the format 'gene:transcript'. Should I use a specific tool for alignment and making count files, or how can I fix it?

I really appreciate any help you can provide. Thank you!

pairedGSEA • 76 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 4 hours ago
United States

If you want to do a splicing analysis, you cannot have counts/gene because the counts are aggregated at the gene level, not the transcript level. You could use the salmon aligner to get transcript counts and then you could either simply use the quant.sf files directly (modifying so you have gene:transcript identifiers), or maybe you could use tximport, although I believe that will length scale the transcript counts, which you may not want? I am not familiar with pairedGSEA so you will need to peruse the vignette for both that package and tximport to make sure.

Login before adding your answer.

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