1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,52 +0,0 @@ |
1 |
-Changes in version 1.7.7 (2021-04-12): |
|
2 |
- |
|
3 |
- o Added handling for sparse matrices |
|
4 |
- |
|
5 |
-Changes in version 1.7.6 (2021-04-04): |
|
6 |
- |
|
7 |
- o Added functions for creating HTML reports |
|
8 |
- o Fixed bug in decontX plotting |
|
9 |
- |
|
10 |
-Changes in version 1.7.4 (2021-03-09): |
|
11 |
- |
|
12 |
- o Enable input of raw/droplet matrix into decontX to estimate ambient RNA |
|
13 |
- |
|
14 |
-Changes in version 1.1.6 (2019-07-16): |
|
15 |
- |
|
16 |
- o Add multiclass decision tree |
|
17 |
- |
|
18 |
-Changes in version 1.1.4 (2019-05-28): |
|
19 |
- |
|
20 |
- o Add Alternate headings support for plotDimReduceFeature |
|
21 |
- |
|
22 |
-Changes in version 1.1.3 (2019-05-14): |
|
23 |
- |
|
24 |
- o Add multiclass decision tree (MCDT) cell cluster annotation |
|
25 |
- |
|
26 |
-Changes in version 1.1.2 (2019-05-14): |
|
27 |
- |
|
28 |
- o Fix a bug in celdaHeatmap |
|
29 |
- |
|
30 |
-Changes in version 1.0.1 (2019-05-09): |
|
31 |
- |
|
32 |
- o Default seed setting to maintain reproducibility |
|
33 |
- |
|
34 |
-Changes in version 0.99.34 (2019-04-23): |
|
35 |
- |
|
36 |
- o Minor changes to the vignettes |
|
37 |
- |
|
38 |
-Changes in version 0.99.23 (2019-04-10): |
|
39 |
- |
|
40 |
- o Remove pheatmap import |
|
41 |
- |
|
42 |
-Changes in version 0.99.22 (2019-04-09): |
|
43 |
- |
|
44 |
- o Package celda, for bi-clustering of single-cell 'omics data. |
|
45 |
- |
|
46 |
-Changes in version 0.99.8 (2019-03-11): |
|
47 |
- |
|
48 |
- o Second submission to Bioconductor |
|
49 |
- |
|
50 |
-Changes in version 0.99.0 (2018-05-15): |
|
51 |
- |
|
52 |
- o First submission to Bioconductor |
... | ... |
@@ -1,3 +1,7 @@ |
1 |
+Changes in version 1.1.2 (2019-05-14): |
|
2 |
+ |
|
3 |
+ o Fix a bug in celdaHeatmap |
|
4 |
+ |
|
1 | 5 |
Changes in version 1.1.1 (2019-05-09): |
2 | 6 |
|
3 | 7 |
o Default seed setting to maintain reproducibility |
... | ... |
@@ -20,4 +24,4 @@ Changes in version 0.99.8 (2019-03-11): |
20 | 24 |
|
21 | 25 |
Changes in version 0.99.0 (2018-05-15): |
22 | 26 |
|
23 |
- o First submission to Bioconductor |
|
24 | 27 |
\ No newline at end of file |
28 |
+ o First submission to Bioconductor |
... | ... |
@@ -1,7 +1,11 @@ |
1 |
+Changes in version 0.99.34 (2019-04-23): |
|
2 |
+ |
|
3 |
+ o Minor changes to the vignettes |
|
4 |
+ |
|
1 | 5 |
Changes in version 0.99.23 (2019-04-10): |
2 | 6 |
|
3 | 7 |
o Remove pheatmap import |
4 |
- |
|
8 |
+ |
|
5 | 9 |
Changes in version 0.99.22 (2019-04-09): |
6 | 10 |
|
7 | 11 |
o Package celda, for bi-clustering of single-cell 'omics data. |
... | ... |
@@ -1,3 +1,15 @@ |
1 |
-Changes in version 0.99.22: |
|
1 |
+Changes in version 0.99.23 (2019-04-10): |
|
2 | 2 |
|
3 |
- o New package celda, for bi-clustering of single-cell 'omics data. |
|
3 |
+ o Remove pheatmap import |
|
4 |
+ |
|
5 |
+Changes in version 0.99.22 (2019-04-09): |
|
6 |
+ |
|
7 |
+ o Package celda, for bi-clustering of single-cell 'omics data. |
|
8 |
+ |
|
9 |
+Changes in version 0.99.8 (2019-03-11): |
|
10 |
+ |
|
11 |
+ o Second submission to Bioconductor |
|
12 |
+ |
|
13 |
+Changes in version 0.99.0 (2018-05-15): |
|
14 |
+ |
|
15 |
+ o First submission to Bioconductor |
|
4 | 16 |
\ No newline at end of file |