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

Comparing groups of single cells #19

Open
ghost opened this issue Sep 25, 2018 · 4 comments
Open

Comparing groups of single cells #19

ghost opened this issue Sep 25, 2018 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 25, 2018

Hi Yuanhua,
I want to perform differential splicing of different groups of single cells. Could you provide an example for groups as I did not find this in the manual.
Thanks

@huangyh09
Copy link
Owner

Hi,
Thanks for using BRIE to detect differential splicing between groups of single cells. Here is a formal suggestion on it:

"For detecting differential splicing between two cell groups, there are two options. The first option is pooling reads from all cells within a group, and quantify splicing as one ensemble sample, which can be simply done by listing all cells with comma separation in brie. Then brie-diff can detect the differential splicing events between any pair of ensemble samples. This option assumes a homogeneous splicing level across the group, and it requires an additional splicing quantification besides the routine cell-level quantifications. Alternatively, one may use BRIE to quantify splicing in individual cells in each group, and then use a standard hypothesis test, e.g. Wilcoxon, to detect significant changes in the point estimates between two cell populations. This procedure requires however a sufficient number of cells in each population to achieve statistical power, and it ignores the uncertainty in the estimate. The original paper used the first option; we are currently developing a hierarchical model to perform differential splicing analyses while considering the uncertainty and heterogeneity within cluster."

In practice, I would recommend the second option if you have suffcient cells after filtering out the cells with 95% confidence interval > 0.3 (for axample) for each splicing event.

Cheers,
Yuanhua

@aopisco
Copy link

aopisco commented Dec 3, 2018

@huangyh09 do you have a working prototype for the 2nd option? I'd very interested in trying it out

@liuyu988
Copy link

@huangyh09 @aopisco Have you got the working prototype ?thanks

@huangyh09
Copy link
Owner

Thanks. I think the brie-quant in BRIE2 solves it as a generalised linear model, see the manual here.

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

3 participants