-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR:psiCalculator:PSI not calculated for event #201
Comments
Hi, |
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:
Every transcript in the final column shown above needs to also be present in the TPM file, otherwise, it will produce an NA? |
Hi ! I have the same issue - were you able to resolve this? Thanks! |
Hi, Yes, every transcript in the final column needs to have a value in the TPM file for the event to be not NA. A lack of value is not interpreted as zero, as zero is a meaningful value (no expression). But if these are meant to have zero expression, then yes, you can put those values to zero. Your head output of the expression has some hidden symbol "^I", is that supposed to be there? Just checking that there are not hidden symbols that might be misinterpreted. It happens often when expression file generation and python analysis occur on different OSs, e.g. windows OS vs mac OS I hope this helps Eduardo |
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:
The text was updated successfully, but these errors were encountered: