Open maronem opened 1 week ago
Hi, it's hard to see from the data what could be wrong. Perhaps you don't have values for all transcripts so that's what's failing? E.
If a transcript does not have a value, it is not assumed to be a zero, the event will produce an NA.
To clarify, for each event in the respective .ioe file, such as:
chr1 ENSG00000228794.13 ENSG00000228794.13;SE:chr1:829104-847654:847806-851927:+ ENST00000744865.1,ENST00000659124.3,ENST00000449005.8,ENST00000658846.2,ENST00000744874.1,ENST00000691316.1,ENST00000692194.1,ENST00000702098.2,ENST00000691234.3,ENST00000702847.1,ENST00000744891.1,ENST00000744878.1,ENST00000657175.1,ENST00000744888.1
Every transcript in the final column shown above needs to also be present in the TPM file, otherwise, it will produce an NA?
When running
psiPerEvent
, I get NA values for all events. I used the GENCODE GRCh38.p14 gtf for my event annotation as well as for my transcript abundance quantification using StringTie. I have seen that most issues arise with the expression file and I have tried where the transcript ids match what is in the .ioe file and the annotation .gtf file and both give me the same PSI not calculated error. If I search for a transcript from my expression file I do get matches in the .ioe file so I am not sure why it is not calculating a PSI value for those that are within both files. Any suggestions?.ioe file:
expression file showing no extra tabs in header:
Here is my command when running psiPerEvent: