-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #51 from stemangiola/master
rebase
- Loading branch information
Showing
26 changed files
with
1,021 additions
and
806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
^sccomp\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github | ||
^\.git | ||
^README* | ||
^dev$ | ||
^dev* | ||
^dev/* | ||
^rsconnect | ||
model_glm_dirichlet_multinomial.rds | ||
model_glm_dirichlet_multinomial_generate_quantities.rds | ||
model_glm_dirichlet_multinomial_imputation.rds | ||
^sccode_env | ||
^sccomp_draws_files | ||
^glm_multi* | ||
^model_glm* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Thanks for submitting an issue. | ||
|
||
Please add the following information to the issue | ||
|
||
1. Describe the issue/bug | ||
2. Print out the input dataset immediately before the bug occurs | ||
3. Paste the code immediately leading to the bug | ||
4. Print out of the output, if any | ||
5. Print out of the complete error/warning message, if any | ||
6. sessionInfo() | ||
|
||
Thanks! |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: 0.99.18 | ||
Version: 0.99.20 | ||
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
) | ||
|
@@ -12,13 +12,13 @@ Roxygen: list(markdown = TRUE) | |
RoxygenNote: 7.1.2 | ||
Biarch: true | ||
Depends: | ||
R (>= 4.1.0), | ||
rstan (>= 2.18.1) | ||
R (>= 4.1.0) | ||
Imports: | ||
methods, | ||
Rcpp (>= 0.12.0), | ||
RcppParallel (>= 5.0.1), | ||
rstantools (>= 2.1.1), | ||
rstan (>= 2.18.1), | ||
SeuratObject, | ||
SingleCellExperiment, | ||
parallel, | ||
|
@@ -35,14 +35,17 @@ Imports: | |
utils, | ||
ggplot2, | ||
ggrepel, | ||
patchwork | ||
patchwork, | ||
forcats, | ||
readr, | ||
scales, | ||
stringr | ||
Suggests: | ||
BiocStyle, | ||
testthat (>= 3.0.0), | ||
markdown, | ||
ggplot2, | ||
knitr, | ||
forcats, | ||
tidyseurat, | ||
tidySingleCellExperiment | ||
Enhances: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.