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

Additional significance calculations #2

Open
esebesty opened this issue Jun 24, 2020 · 0 comments
Open

Additional significance calculations #2

esebesty opened this issue Jun 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@esebesty
Copy link
Owner

esebesty commented Jun 24, 2020

Additional ways to calculate significance later:

  • Bootstrap resampling, if we have enough samples. Do we? We can calculate the bootstrapped confidence interval for the log2 fold change of the category means or medians.
  • Jackknife for the log2 fold changes.
  • Bootstrap using kallisto/salmon/sailfish bootstraps, but here we also need to aggregate the bootstrap values across samples. In the previous method, the bootstrap refers to drawing random samples, while here we draw random sets of reads (kind of) for each sample. Use bootstrap values to calculate a 95% CI for the differential diversity results.
  • Beta regression with a likelihood ratio or Wald-test using the normalized entropy values. Stg like entropy ~ condition + tpm | tpm vs entropy ~ tpm | tpm if we want to take into account the effect of gene expression on entropy.
@esebesty esebesty added the enhancement New feature or request label Jun 24, 2020
@esebesty esebesty self-assigned this Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant