1
1
Package: scde
2
2
Type: Package
3
3
Title: Single Cell Differential Expression
4
- Version: 2.26.2
5
- Date: 2016-01-20
4
+ Version: 2.27.1
6
5
Description: The scde package implements a set of statistical methods for
7
6
analyzing single-cell RNA-seq data. scde fits individual error models for
8
7
single-cell RNA-seq measurements. These models can then be used for assessment
@@ -18,16 +17,17 @@ Description: The scde package implements a set of statistical methods for
18
17
transcriptional heterogeneity through pathway and gene set overdispersion
19
18
analysis" (Fan J, Salathia N, Liu R, Kaeser G, Yung Y, Herman J, Kaper F,
20
19
Fan JB, Zhang K, Chun J, and Kharchenko PV, Nature Methods, doi:10.1038/nmeth.3734).
21
- Author: Peter Kharchenko [aut, cre],
22
- Jean Fan [aut]
20
+ Author: Peter Kharchenko [aut, cre], Jean Fan [aut], Evan Biederstedt [aut]
23
21
Authors@R: c(
24
22
person("Peter", "Kharchenko", role = c("aut", "cre"),
25
- email = "Peter_Kharchenko@hms.harvard.edu"),
23
+ email = "Peter_Kharchenko@hms.harvard.edu"),
26
24
person("Jean", "Fan", role = "aut",
27
- email = "jeanfan@jhu.edu",
28
- comment = c(ORCID = "0000-0002-0212-5451"))
29
- )
30
- Maintainer: Jean Fan <jeanfan@jhu.edu>
25
+ email = "jeanfan@jhu.edu",
26
+ comment = c(ORCID = "0000-0002-0212-5451")),
27
+ person("Evan", "Biederstedt", role = "aut",
28
+ email = "evan.biederstedt@gmail.com")
29
+ )
30
+ Maintainer: Evan Biederstedt <evan.biederstedt@gmail.com>
31
31
URL: http://pklab.med.harvard.edu/scde
32
32
BugReports: https://github.com/hms-dbmi/scde/issues
33
33
License: GPL-2
@@ -36,17 +36,11 @@ Depends: R (>= 3.0.0), flexmix
36
36
Imports: Rcpp (>= 0.10.4), RcppArmadillo (>= 0.5.400.2.0), mgcv, Rook,
37
37
rjson, MASS, Cairo, RColorBrewer, edgeR, quantreg, methods,
38
38
nnet, RMTstat, extRemes, pcaMethods, BiocParallel, parallel
39
- Suggests: knitr, cba, fastcluster, WGCNA, GO.db, org.Hs.eg.db,
40
- rmarkdown
41
- biocViews: ImmunoOncology, RNASeq, StatisticalMethod,
42
- DifferentialExpression, Bayesian, Transcription, Software
39
+ Suggests: knitr, cba, fastcluster, WGCNA, GO.db, org.Hs.eg.db, rmarkdown
40
+ biocViews: ImmunoOncology, RNASeq, StatisticalMethod, DifferentialExpression, Bayesian,
41
+ Transcription, Software
43
42
LinkingTo: Rcpp, RcppArmadillo
44
43
VignetteBuilder: knitr
45
- Packaged: 2023-01-19 22:55:25 UTC; biocbuild
44
+ Packaged: 2015-11-02 14:30:04 UTC; reyes
46
45
RoxygenNote: 5.0.0
47
46
NeedsCompilation: yes
48
- git_url: https://git.bioconductor.org/packages/scde
49
- git_branch: RELEASE_3_16
50
- git_last_commit: 42cdc08
51
- git_last_commit_date: 2023-01-19
52
- Date/Publication: 2023-01-19
0 commit comments