... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 1.17.1 |
|
2 |
+Version: 1.17.2 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -79,5 +79,5 @@ biocViews: |
79 | 79 |
SingleCell, |
80 | 80 |
Coverage |
81 | 81 |
BugReports: https://github.com/YosefLab/scone/issues |
82 |
-RoxygenNote: 7.1.1 |
|
82 |
+RoxygenNote: 7.1.2 |
|
83 | 83 |
Encoding: UTF-8 |
... | ... |
@@ -7,8 +7,12 @@ Description: SCONE is an R package for comparing and ranking the performance of |
7 | 7 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
8 | 8 |
role = c("aut", "cph")), |
9 | 9 |
person("Davide", "Risso", email = "risso.davide@gmail.com", |
10 |
- role = c("aut", "cre", "cph"))) |
|
11 |
-Maintainer: Davide Risso <risso.davide@gmail.com> |
|
10 |
+ role = c("aut", "cre", "cph")), |
|
11 |
+ person("Matteo", "Borella", |
|
12 |
+ email = "matteobor94@gmail.com", |
|
13 |
+ role = "ctb"), |
|
14 |
+ person("Chiara", "Romualdi", role = c("ctb"), |
|
15 |
+ email = "chiara.romualdi@gmail.com")) |
|
12 | 16 |
License: Artistic-2.0 |
13 | 17 |
Depends: |
14 | 18 |
R (>= 3.4), |
... | ... |
@@ -36,7 +40,9 @@ Imports: |
36 | 40 |
boot, |
37 | 41 |
rhdf5, |
38 | 42 |
RUVSeq, |
39 |
- rARPACK |
|
43 |
+ rARPACK, |
|
44 |
+ MatrixGenerics, |
|
45 |
+ SingleCellExperiment |
|
40 | 46 |
Suggests: |
41 | 47 |
BiocStyle, |
42 | 48 |
DT, |
... | ... |
@@ -53,10 +59,16 @@ Suggests: |
53 | 59 |
testthat, |
54 | 60 |
visNetwork, |
55 | 61 |
doParallel, |
56 |
- BatchJobs |
|
62 |
+ BatchJobs, |
|
63 |
+ splatter, |
|
64 |
+ scater, |
|
65 |
+ cluster, |
|
66 |
+ kableExtra, |
|
67 |
+ mclust |
|
57 | 68 |
VignetteBuilder: knitr |
58 | 69 |
LazyLoad: yes |
59 |
-biocViews: ImmunoOncology, |
|
70 |
+biocViews: |
|
71 |
+ ImmunoOncology, |
|
60 | 72 |
Normalization, |
61 | 73 |
Preprocessing, |
62 | 74 |
QualityControl, |
... | ... |
@@ -69,3 +81,4 @@ biocViews: ImmunoOncology, |
69 | 81 |
Coverage |
70 | 82 |
BugReports: https://github.com/YosefLab/scone/issues |
71 | 83 |
RoxygenNote: 7.1.1 |
84 |
+Encoding: UTF-8 |
... | ... |
@@ -5,11 +5,10 @@ Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
6 | 6 |
high-throughput analyses. |
7 | 7 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
8 |
- role = c("aut", "cre", "cph")), |
|
8 |
+ role = c("aut", "cph")), |
|
9 | 9 |
person("Davide", "Risso", email = "risso.davide@gmail.com", |
10 |
- role = c("aut", "cph"))) |
|
11 |
-Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
|
12 |
-Maintainer: Michael Cole <mbeloc@gmail.com> |
|
10 |
+ role = c("aut", "cre", "cph"))) |
|
11 |
+Maintainer: Davide Risso <risso.davide@gmail.com> |
|
13 | 12 |
License: Artistic-2.0 |
14 | 13 |
Depends: |
15 | 14 |
R (>= 3.4), |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 1.9.1 |
|
2 |
+Version: 1.9.2 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -68,4 +68,3 @@ biocViews: ImmunoOncology, |
68 | 68 |
Coverage |
69 | 69 |
BugReports: https://github.com/YosefLab/scone/issues |
70 | 70 |
RoxygenNote: 6.0.1 |
71 |
-PackageStatus: Deprecated |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 1.9.0 |
|
2 |
+Version: 1.9.1 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -68,3 +68,4 @@ biocViews: ImmunoOncology, |
68 | 68 |
Coverage |
69 | 69 |
BugReports: https://github.com/YosefLab/scone/issues |
70 | 70 |
RoxygenNote: 6.0.1 |
71 |
+PackageStatus: Deprecated |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 1.7.0 |
|
2 |
+Version: 1.7.1 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -55,7 +55,7 @@ Suggests: |
55 | 55 |
visNetwork |
56 | 56 |
VignetteBuilder: knitr |
57 | 57 |
LazyLoad: yes |
58 |
-biocViews: |
|
58 |
+biocViews: ImmunoOncology, |
|
59 | 59 |
Normalization, |
60 | 60 |
Preprocessing, |
61 | 61 |
QualityControl, |
... | ... |
@@ -39,21 +39,21 @@ Imports: |
39 | 39 |
boot, |
40 | 40 |
rhdf5, |
41 | 41 |
RUVSeq, |
42 |
- DT, |
|
43 |
- NMF, |
|
44 |
- ggplot2, |
|
45 |
- plotly, |
|
46 |
- reshape2, |
|
47 |
- visNetwork, |
|
48 | 42 |
rARPACK |
49 | 43 |
Suggests: |
50 | 44 |
BiocStyle, |
45 |
+ DT, |
|
46 |
+ ggplot2, |
|
51 | 47 |
knitr, |
52 | 48 |
miniUI, |
49 |
+ NMF, |
|
50 |
+ plotly, |
|
51 |
+ reshape2, |
|
53 | 52 |
rmarkdown, |
54 | 53 |
scRNAseq, |
55 | 54 |
shiny, |
56 |
- testthat |
|
55 |
+ testthat, |
|
56 |
+ visNetwork |
|
57 | 57 |
VignetteBuilder: knitr |
58 | 58 |
LazyLoad: yes |
59 | 59 |
biocViews: |
... | ... |
@@ -37,8 +37,6 @@ Imports: |
37 | 37 |
mixtools, |
38 | 38 |
RColorBrewer, |
39 | 39 |
boot, |
40 |
- shiny, |
|
41 |
- miniUI, |
|
42 | 40 |
rhdf5, |
43 | 41 |
RUVSeq, |
44 | 42 |
DT, |
... | ... |
@@ -50,9 +48,11 @@ Imports: |
50 | 48 |
rARPACK |
51 | 49 |
Suggests: |
52 | 50 |
BiocStyle, |
53 |
- scRNAseq, |
|
54 | 51 |
knitr, |
52 |
+ miniUI, |
|
55 | 53 |
rmarkdown, |
54 |
+ scRNAseq, |
|
55 |
+ shiny, |
|
56 | 56 |
testthat |
57 | 57 |
VignetteBuilder: knitr |
58 | 58 |
LazyLoad: yes |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.99.6 |
|
2 |
+Version: 1.0.0 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -12,7 +12,7 @@ Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
12 | 12 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
13 | 13 |
License: Artistic-2.0 |
14 | 14 |
Depends: |
15 |
- R (>= 3.3), |
|
15 |
+ R (>= 3.4), |
|
16 | 16 |
methods, |
17 | 17 |
SummarizedExperiment |
18 | 18 |
Imports: |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.99.2 |
|
2 |
+Version: 0.99.3 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of |
5 | 5 |
different normalization schemes for single-cell RNA-seq and other |
... | ... |
@@ -12,7 +12,7 @@ Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
12 | 12 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
13 | 13 |
License: Artistic-2.0 |
14 | 14 |
Depends: |
15 |
- R (>= 3.3), |
|
15 |
+ R (>= 3.4), |
|
16 | 16 |
methods, |
17 | 17 |
SummarizedExperiment |
18 | 18 |
Imports: |
... | ... |
@@ -1,7 +1,9 @@ |
1 | 1 |
Package: scone |
2 | 2 |
Version: 0.99.2 |
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 |
-Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
|
4 |
+Description: SCONE is an R package for comparing and ranking the performance of |
|
5 |
+ different normalization schemes for single-cell RNA-seq and other |
|
6 |
+ high-throughput analyses. |
|
5 | 7 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
6 | 8 |
role = c("aut", "cre", "cph")), |
7 | 9 |
person("Davide", "Risso", email = "risso.davide@gmail.com", |
... | ... |
@@ -43,7 +45,6 @@ Imports: |
43 | 45 |
ggplot2, |
44 | 46 |
plotly, |
45 | 47 |
reshape2, |
46 |
- scran, |
|
47 | 48 |
visNetwork |
48 | 49 |
Suggests: |
49 | 50 |
BiocStyle, |
... | ... |
@@ -60,6 +61,9 @@ biocViews: |
60 | 61 |
GeneExpression, |
61 | 62 |
RNASeq, |
62 | 63 |
Software, |
63 |
- Transcriptomics |
|
64 |
+ Transcriptomics, |
|
65 |
+ Sequencing, |
|
66 |
+ SingleCell, |
|
67 |
+ Coverage |
|
64 | 68 |
BugReports: https://github.com/YosefLab/scone/issues |
65 | 69 |
RoxygenNote: 5.0.1 |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.99.2 |
|
2 |
+Version: 0.99.2-9000 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -44,7 +44,8 @@ Imports: |
44 | 44 |
plotly, |
45 | 45 |
reshape2, |
46 | 46 |
scran, |
47 |
- visNetwork |
|
47 |
+ visNetwork, |
|
48 |
+ rARPACK |
|
48 | 49 |
Suggests: |
49 | 50 |
BiocStyle, |
50 | 51 |
scRNAseq, |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.99.1 |
|
2 |
+Version: 0.99.2 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.99.0 |
|
2 |
+Version: 0.99.1 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -8,7 +8,7 @@ Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
8 | 8 |
role = c("aut", "cph"))) |
9 | 9 |
Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
10 | 10 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
11 |
-License: file LICENSE |
|
11 |
+License: Artistic-2.0 |
|
12 | 12 |
Depends: |
13 | 13 |
R (>= 3.3), |
14 | 14 |
methods, |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.0.99-9002 |
|
2 |
+Version: 0.99.0 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -14,6 +14,9 @@ Depends: |
14 | 14 |
methods, |
15 | 15 |
SummarizedExperiment |
16 | 16 |
Imports: |
17 |
+ graphics, |
|
18 |
+ stats, |
|
19 |
+ utils, |
|
17 | 20 |
aroma.light, |
18 | 21 |
BiocParallel, |
19 | 22 |
class, |
... | ... |
@@ -50,5 +53,13 @@ Suggests: |
50 | 53 |
testthat |
51 | 54 |
VignetteBuilder: knitr |
52 | 55 |
LazyLoad: yes |
56 |
+biocViews: |
|
57 |
+ Normalization, |
|
58 |
+ Preprocessing, |
|
59 |
+ QualityControl, |
|
60 |
+ GeneExpression, |
|
61 |
+ RNASeq, |
|
62 |
+ Software, |
|
63 |
+ Transcriptomics |
|
53 | 64 |
BugReports: https://github.com/YosefLab/scone/issues |
54 | 65 |
RoxygenNote: 5.0.1 |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.0.99-9001 |
|
2 |
+Version: 0.0.99-9002 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -43,6 +43,7 @@ Imports: |
43 | 43 |
reshape2, |
44 | 44 |
visNetwork |
45 | 45 |
Suggests: |
46 |
+ BiocStyle, |
|
46 | 47 |
knitr, |
47 | 48 |
rmarkdown, |
48 | 49 |
testthat |
... | ... |
@@ -8,7 +8,6 @@ Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
8 | 8 |
role = c("aut", "cph"))) |
9 | 9 |
Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
10 | 10 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
11 |
-Date: 2016-09-26 |
|
12 | 11 |
License: file LICENSE |
13 | 12 |
Depends: |
14 | 13 |
R (>= 3.3), |
... | ... |
@@ -12,7 +12,8 @@ Date: 2016-09-26 |
12 | 12 |
License: file LICENSE |
13 | 13 |
Depends: |
14 | 14 |
R (>= 3.3), |
15 |
- methods |
|
15 |
+ methods, |
|
16 |
+ SummarizedExperiment |
|
16 | 17 |
Imports: |
17 | 18 |
aroma.light, |
18 | 19 |
BiocParallel, |
... | ... |
@@ -41,8 +42,7 @@ Imports: |
41 | 42 |
ggplot2, |
42 | 43 |
plotly, |
43 | 44 |
reshape2, |
44 |
- visNetwork, |
|
45 |
- SummarizedExperiment |
|
45 |
+ visNetwork |
|
46 | 46 |
Suggests: |
47 | 47 |
knitr, |
48 | 48 |
rmarkdown, |
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.0.8-9000 |
|
2 |
+Version: 0.0.99-9001 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 | 4 |
Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
... | ... |
@@ -11,7 +11,8 @@ Maintainer: Michael Cole <mbeloc@gmail.com> |
11 | 11 |
Date: 2016-09-26 |
12 | 12 |
License: file LICENSE |
13 | 13 |
Depends: |
14 |
- R (>= 3.3) |
|
14 |
+ R (>= 3.3), |
|
15 |
+ methods |
|
15 | 16 |
Imports: |
16 | 17 |
aroma.light, |
17 | 18 |
BiocParallel, |
... | ... |
@@ -40,7 +41,8 @@ Imports: |
40 | 41 |
ggplot2, |
41 | 42 |
plotly, |
42 | 43 |
reshape2, |
43 |
- visNetwork |
|
44 |
+ visNetwork, |
|
45 |
+ SummarizedExperiment |
|
44 | 46 |
Suggests: |
45 | 47 |
knitr, |
46 | 48 |
rmarkdown, |
... | ... |
@@ -1,14 +1,14 @@ |
1 | 1 |
Package: scone |
2 |
-Version: 0.0.7-9000 |
|
2 |
+Version: 0.0.8-9000 |
|
3 | 3 |
Title: Single Cell Overview of Normalized Expression data |
4 |
-Description: scone is a package to compare and rank the performance of different normalization schemes in real single-cell RNA-seq datasets. |
|
4 |
+Description: SCONE is an R package for comparing and ranking the performance of different normalization schemes for single-cell RNA-seq and other high-throughput analyses. |
|
5 | 5 |
Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
6 | 6 |
role = c("aut", "cre", "cph")), |
7 | 7 |
person("Davide", "Risso", email = "risso.davide@gmail.com", |
8 | 8 |
role = c("aut", "cph"))) |
9 | 9 |
Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
10 | 10 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
11 |
-Date: 2016-07-22 |
|
11 |
+Date: 2016-09-26 |
|
12 | 12 |
License: file LICENSE |
13 | 13 |
Depends: |
14 | 14 |
R (>= 3.3) |
... | ... |
@@ -9,7 +9,7 @@ Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
9 | 9 |
Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
10 | 10 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
11 | 11 |
Date: 2016-07-22 |
12 |
-License: Artistic-2.0 |
|
12 |
+License: file LICENSE |
|
13 | 13 |
Depends: |
14 | 14 |
R (>= 3.3) |
15 | 15 |
Imports: |
This reverts commit 43a89a7ee4c52e1511a6296ca534c86604326354.
... | ... |
@@ -9,7 +9,7 @@ Authors@R: c(person("Michael", "Cole", email = "mbeloc@gmail.com", |
9 | 9 |
Author: Michael Cole [aut, cre, cph], Davide Risso [aut, cph] |
10 | 10 |
Maintainer: Michael Cole <mbeloc@gmail.com> |
11 | 11 |
Date: 2016-07-22 |
12 |
-License: file LICENSE |
|
12 |
+License: Artistic-2.0 |
|
13 | 13 |
Depends: |
14 | 14 |
R (>= 3.3) |
15 | 15 |
Imports: |