Skip to content
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

get the PSI for every alternative splicing event in every cell #37

Open
Laura-1997 opened this issue Aug 16, 2021 · 1 comment
Open

Comments

@Laura-1997
Copy link

I want to know, can I get the PSI for every alternative splicing event in every cell ? Because I wanted to explore the correlation between splicing factors (SF) and splicing events through the expression levels of splicing factors in each cell and the PSI of splicing events in each cell.
How can I get the PSI for every alternative splicing event in every cell ? from which destination file ?
Thanks for your help.

@huangyh09
Copy link
Owner

Hi Laura,

Yes, you can obtain the PSI matrix for each event in each cell. The output .h5ad file stores an AnnData object, which contains the PSI matrix by adata.layers['Psi'], and its 95% confidence interval, adata.layers['Psi_95CI'], if you want to filter low confident quantifications.

Also, which mode are you using? It seems the aggregated imputation fits your case:
https://brie.readthedocs.io/en/latest/brie_quant.html#mode-2-aggregated-imputation

Yuanhua

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants