8000 GitHub - reetm09/mixscale: Implementation of Mixscale with pvalues adjusted with Benjamini-Hochberg instead of bonferroni correction
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implementation of Mixscale with pvalues adjusted with Benjamini-Hochberg instead of bonferroni correction

Notifications You must be signed in to change notification settings

reetm09/mixscale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixscale

Mixscale is an R package designed to analyze CRISPR interference (CRISPRi) based Perturb-seq data. It can quantify the heterogeneity of perturbation strength in each cell and improve the statistical power when doing differential expression (DE) analysis. It also provides functions for downstream analyses including decomposition, permutation test, gene set enrichment test, etc. A brief vignette is available at https://satijalab.github.io/Mixscale/.

Dependencies

This package depends on several other R packages:

install.packages("Seurat")
install.packages("PMA")
install.packages("protoclust")
BiocManager::install("glmGamPoi")

Installation

You can easily install the package by the following command:

devtools::install_github("longmanz/Mixscale")

Other resources

About

Implementation of Mixscale with pvalues adjusted with Benjamini-Hochberg instead of bonferroni correction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%
0