Skip to content

Commit

Permalink
Merge pull request #170 from MangiolaLaboratory/fix_fold_prop_change_…
Browse files Browse the repository at this point in the history
…calculation

Fix fold prop change calculation
  • Loading branch information
stemangiola authored Jan 23, 2025
2 parents 6a61a19 + 338b9fb commit 1b35dc8
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 116 deletions.
4 changes: 2 additions & 2 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ src/Rcpp*
model_glm_dirichlet_multinomial.rds
model_glm_dirichlet_multinomial_generate_quantities.rds
model_glm_dirichlet_multinomial_imputation.rds
#inst/stan/glm_multi_beta_binomial
#inst/stan/glm_multi_beta_binomial_generate_date
inst/stan/glm_multi_beta_binomial
inst/stan/glm_multi_beta_binomial_generate_data
^doc$
^Meta$
sccomp_draws_files
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sccomp
Title: Robust Outlier-aware Estimation of Composition and Heterogeneity for Single-cell Data
Version: 2.1.6
Version: 2.1.7
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
role = c("aut", "cre"))
)
Expand Down
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import(dplyr)
import(ggplot2)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,counts)
importFrom(dplyr,"%>%")
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
Expand Down
Loading

0 comments on commit 1b35dc8

Please sign in to comment.