Skip to content

Commit 24a095c

Browse files
author
JLTrincado
authored
Update README.md
1 parent 7f2e70a commit 24a095c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,7 @@ python3.4 suppa.py psiPerEvent --ioe-file <ioe-file> --expression-file <expressi
422422

423423
These operations generate a *psi* file per each expression file. This file follows a similar format to the input expression file used in the *psiPerEvent* operation, where in the first column you find the event ID (transcript event or local AS event ID), and the following columns you find the PSI values in each sample. The PSI values are normalized between 0 and 1 ([0,1]). There are two exceptions for the PSI value:
424424

425-
- **-1**: PSI = -1 if the expression is 0 for all the transcripts involved in the event or if the event does not pass any the transcript expression filter (see *PSI calculation, Command and options*). (*Note: this will be changed to be "NA" in the near future*).
426-
- **NA**: PSI = NA if one or more transcripts of the event do not appear in the expression file.
425+
- **NA**: PSI = if the expression is 0 for all the transcripts involved in the event or if the event does not pass any the transcript expression filter (see *PSI calculation, Command and options*). Also if one or more transcripts of the event do not appear in the expression file, an NA will be returned
427426

428427

429428
Example of a PSI file for transcript "events":

0 commit comments

Comments
 (0)