-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.0 (2020-04-01). Result classes; refactor plots to all use ggplot2
- Loading branch information
1 parent
49a044b
commit c60f632
Showing
73 changed files
with
3,495 additions
and
2,078 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
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,8 +1,8 @@ | ||
Package: BASiCS | ||
Type: Package | ||
Title: Bayesian Analysis of Single-Cell Sequencing data | ||
Version: 1.9.26 | ||
Date: 2020-03-25 | ||
Version: 2.0.0 | ||
Date: 2020-04-01 | ||
Authors@R: c(person("Catalina", "Vallejos", role=c("aut", "cre"), | ||
email="[email protected]"), | ||
person("Nils", "Eling", role=c("aut")), | ||
|
@@ -34,6 +34,7 @@ Description: Single-cell mRNA sequencing can uncover novel cell-to-cell | |
mean/over-dispersion trend. | ||
License: GPL (>= 2) | ||
Depends: | ||
R (>= 3.6.0), | ||
SingleCellExperiment | ||
Imports: | ||
Biobase, | ||
|
@@ -57,12 +58,15 @@ Imports: | |
utils, | ||
Matrix, | ||
matrixStats, | ||
assertthat | ||
assertthat, | ||
reshape2, | ||
hexbin | ||
Suggests: | ||
BiocStyle, | ||
knitr, | ||
rmarkdown, | ||
testthat | ||
testthat, | ||
magick | ||
LinkingTo: Rcpp, RcppArmadillo | ||
VignetteBuilder: knitr | ||
biocViews: ImmunoOncology, Normalization, Sequencing, RNASeq, Software, | ||
|
@@ -72,10 +76,11 @@ SystemRequirements: C++11 | |
NeedsCompilation: yes | ||
URL: https://github.com/catavallejos/BASiCS | ||
BugReports: https://github.com/catavallejos/BASiCS/issues | ||
RoxygenNote: 7.0.2 | ||
RoxygenNote: 7.1.0 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Collate: | ||
'AllClasses.R' | ||
'AllGenerics.R' | ||
'BASiCS_CorrectOffset.R' | ||
'BASiCS_DenoisedCounts.R' | ||
|
@@ -89,18 +94,17 @@ Collate: | |
'BASiCS_LoadChain.R' | ||
'BASiCS_MCMC.R' | ||
'BASiCS_Package.R' | ||
'BASiCS_PlotDE.R' | ||
'BASiCS_PlotOffset.R' | ||
'BASiCS_PriorParam.R' | ||
'BASiCS_ShowFit.R' | ||
'BASiCS_Sim.R' | ||
'BASiCS_TestDE.R' | ||
'BASiCS_VarThresholdSearchHVG_LVG.R' | ||
'BASiCS_VarianceDecomp.R' | ||
'Classes.R' | ||
'HiddenBASiCS_Sim.R' | ||
'HiddenHeaderBASiCS_Sim.R' | ||
'HiddenHeaderDetectHVG_LVG.R' | ||
'HiddenHeaderTest_DE.R' | ||
'HiddenPlotsDetectHVG_LVG.R' | ||
'HiddenVarDecomp.R' | ||
'utils_Misc.R' | ||
'Methods.R' | ||
|
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.