1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,88 +0,0 @@ |
1 |
-Changes in Version 2.2.2 (2021-10-10) |
|
2 |
- |
|
3 |
-* Several enhancements, refactors, and bug fixes to the UI |
|
4 |
-* Refactor documentation and pkgdown site |
|
5 |
-* Added tutorials for R console analysis |
|
6 |
-* Updates to the UMAP generation in the SCTK-QC pipeline |
|
7 |
-* Addition of VAM to Pathway prediction tab |
|
8 |
-* Bug fix to the mitochondrial gene set functions |
|
9 |
- |
|
10 |
-Changes in Version 2.1.3 (2021-05-14) |
|
11 |
- |
|
12 |
-* Added diffAbundanceFET and plotClusterAbundance function |
|
13 |
-* Linked Shiny UI help buttons to new online help pages |
|
14 |
-* Several bug fixes |
|
15 |
- |
|
16 |
-Changes in Version 2.0.2 (2021-05-08) |
|
17 |
- |
|
18 |
-* Expanded convertSCEtoSeurat() function to copy additional data |
|
19 |
-* Updated and merged pkgdown docs |
|
20 |
-* Added HTML reports for Seurat curated workflow |
|
21 |
-* Refactor of Normalization UI |
|
22 |
-* Added generic wrapper function for dimensionality reduction |
|
23 |
-* Added tagging system for matrix type |
|
24 |
-* Several bug fixes |
|
25 |
-* Added missing documentation |
|
26 |
-* Added wrapper functions for normalization, dimensionality reduction and feature selection |
|
27 |
-* Added function seuratReport() to generate a seurat report from input SCE object |
|
28 |
- |
|
29 |
-Changes in Version 2.0.1 (2021-01-07) |
|
30 |
- |
|
31 |
-* Added cell type labeling functional, wrapping SingleR method |
|
32 |
-* Added cell type labeling UI under differential expression tab |
|
33 |
-* Added marker identification in Seurat workflow |
|
34 |
- |
|
35 |
-Changes in Version 2.0.0 (2020-10-16) |
|
36 |
- |
|
37 |
-* Added quality control (empty droplet detection, doublet detection, etc) functionality |
|
38 |
-* Ability to import data from varying preprocessing tools |
|
39 |
-* Ability to export SingleCellExperiment object as varying file types (flat file, Python anndata) |
|
40 |
-* Added functions for visualization of data |
|
41 |
-* New CellViewer functionality in UI |
|
42 |
-* Improvements to differential expression, now includes DESeq2, limma, ANOVA |
|
43 |
-* Incorporates Seurat workflow |
|
44 |
- |
|
45 |
-Changes in Version 1.1.26 (2018-10-23) |
|
46 |
- |
|
47 |
-* New UI design for the Differential Expression tab. |
|
48 |
-* New UI design for the Data Summary & Filtering tab. |
|
49 |
-* Support for additional assay modification including log transforming any assay and renaming assays. |
|
50 |
-* New function visPlot for creating scatterplots, boxplots, heatmaps, and barplots for custom gene sets. |
|
51 |
-* The Downsample tab now works on a generic counts matrix |
|
52 |
-* You can upload a SCtkExperiment object or a SingleCellExperiment object saved in an RDS file on the Upload tab. |
|
53 |
-* Differential Expression results can now be saved in the rowData of the object and loaded for later analysis. |
|
54 |
-* Improved ability to save a biomarker based on user options. |
|
55 |
-* The Differential Expression plot is not automatically created, for more user control with large datasets. |
|
56 |
- |
|
57 |
-Changes in Version 1.1.3 |
|
58 |
- |
|
59 |
-* Improvements to plotting, change text size and hide labels in gsva plots. |
|
60 |
-* MAST violin and linear model plots are now more square when plotting less than 49 facets. |
|
61 |
-* Changed y axis label in plotBatchVariance to "Percent Explained Variation" |
|
62 |
- |
|
63 |
-Changes in Version 1.1.2 |
|
64 |
- |
|
65 |
-* Ability to hide version number in the SCTK GUI. |
|
66 |
- |
|
67 |
-Changes in Version 1.1.1 |
|
68 |
- |
|
69 |
-* Fixed a bug that would cause the diffex color bar to not display when special |
|
70 |
-characters were in the annotation. |
|
71 |
- |
|
72 |
-Changes in Version 0.99.3 |
|
73 |
- |
|
74 |
-* Consistent use of camel case throughout package |
|
75 |
- |
|
76 |
-Changes in Version 0.6.3 |
|
77 |
- |
|
78 |
-* Additional links to help documentation |
|
79 |
-* Example matrices on upload page. |
|
80 |
- |
|
81 |
-Changes in Version 0.4.7 |
|
82 |
- |
|
83 |
-* Ability to download/reupload annotation data frame and convert annotations to |
|
84 |
-factors/numerics |
|
85 |
- |
|
86 |
-Changes in Version 0.4.5 |
|
87 |
- |
|
88 |
-* Documentation updates to fix NOTES and pass BiocCheck |
... | ... |
@@ -1,3 +1,12 @@ |
1 |
+Changes in Version 2.2.2 (2021-10-10) |
|
2 |
+ |
|
3 |
+* Several enhancements, refactors, and bug fixes to the UI |
|
4 |
+* Refactor documentation and pkgdown site |
|
5 |
+* Added tutorials for R console analysis |
|
6 |
+* Updates to the UMAP generation in the SCTK-QC pipeline |
|
7 |
+* Addition of VAM to Pathway prediction tab |
|
8 |
+* Bug fix to the mitochondrial gene set functions |
|
9 |
+ |
|
1 | 10 |
Changes in Version 2.1.3 (2021-05-14) |
2 | 11 |
|
3 | 12 |
* Added diffAbundanceFET and plotClusterAbundance function |
... | ... |
@@ -1,6 +1,8 @@ |
1 |
-Changes in Version 2.0.3 (2021-xx-xx) |
|
1 |
+Changes in Version 2.1.3 (2021-05-14) |
|
2 | 2 |
|
3 |
-* |
|
3 |
+* Added diffAbundanceFET and plotClusterAbundance function |
|
4 |
+* Linked Shiny UI help buttons to new online help pages |
|
5 |
+* Several bug fixes |
|
4 | 6 |
|
5 | 7 |
Changes in Version 2.0.2 (2021-05-08) |
6 | 8 |
|
... | ... |
@@ -1,3 +1,13 @@ |
1 |
+Changes in Version 2.0.3 (2021-xx-xx) |
|
2 |
+ |
|
3 |
+* |
|
4 |
+ |
|
5 |
+Changes in Version 2.0.2 (2021-05-08) |
|
6 |
+ |
|
7 |
+* Added missing documentation |
|
8 |
+* Added wrapper functions for normalization, dimensionality reduction and feature selection |
|
9 |
+* Added function seuratReport() to generate a seurat report from input SCE object |
|
10 |
+ |
|
1 | 11 |
Changes in Version 2.0.1 (2021-01-07) |
2 | 12 |
|
3 | 13 |
* Added cell type labeling functional, wrapping SingleR method |
... | ... |
@@ -1,3 +1,13 @@ |
1 |
+Changes in Version 2.0.2 (2021-05-08) |
|
2 |
+ |
|
3 |
+* Expanded convertSCEtoSeurat() function to copy additional data |
|
4 |
+* Updated and merged pkgdown docs |
|
5 |
+* Added HTML reports for Seurat curated workflow |
|
6 |
+* Refactor of Normalization UI |
|
7 |
+* Added generic wrapper function for dimensionality reduction |
|
8 |
+* Added tagging system for matrix type |
|
9 |
+* Several bug fixes |
|
10 |
+ |
|
1 | 11 |
Changes in Version 2.0.1 (2021-01-07) |
2 | 12 |
|
3 | 13 |
* Added cell type labeling functional, wrapping SingleR method |
... | ... |
@@ -2,9 +2,6 @@ Changes in Version 2.0.1 (2021-01-07) |
2 | 2 |
|
3 | 3 |
* Added cell type labeling functional, wrapping SingleR method |
4 | 4 |
* Added cell type labeling UI under differential expression tab |
5 |
- |
|
6 |
-Changes in Version 2.0.1 (2020-12-30) |
|
7 |
- |
|
8 | 5 |
* Added marker identification in Seurat workflow |
9 | 6 |
|
10 | 7 |
Changes in Version 2.0.0 (2020-10-16) |
... | ... |
@@ -1,3 +1,8 @@ |
1 |
+Changes in Version 2.0.1 (2021-01-07) |
|
2 |
+ |
|
3 |
+* Added cell type labeling functional, wrapping SingleR method |
|
4 |
+* Added cell type labeling UI under differential expression tab |
|
5 |
+ |
|
1 | 6 |
Changes in Version 2.0.1 (2020-12-30) |
2 | 7 |
|
3 | 8 |
* Added marker identification in Seurat workflow |
... | ... |
@@ -1,3 +1,13 @@ |
1 |
+Changes in Version 2.0.0 (2020-10-16) |
|
2 |
+ |
|
3 |
+* Added quality control (empty droplet detection, doublet detection, etc) functionality |
|
4 |
+* Ability to import data from varying preprocessing tools |
|
5 |
+* Ability to export SingleCellExperiment object as varying file types (flat file, Python anndata) |
|
6 |
+* Added functions for visualization of data |
|
7 |
+* New CellViewer functionality in UI |
|
8 |
+* Improvements to differential expression, now includes DESeq2, limma, ANOVA |
|
9 |
+* Incorporates Seurat workflow |
|
10 |
+ |
|
1 | 11 |
Changes in Version 1.1.26 (2018-10-23) |
2 | 12 |
|
3 | 13 |
* New UI design for the Differential Expression tab. |
... | ... |
@@ -1,10 +1,19 @@ |
1 |
+Changes in Version 1.1.26 (2018-10-23) |
|
2 |
+ |
|
3 |
+* New UI design for the Differential Expression tab. |
|
4 |
+* New UI design for the Data Summary & Filtering tab. |
|
5 |
+* Support for additional assay modification including log transforming any assay and renaming assays. |
|
6 |
+* New function visPlot for creating scatterplots, boxplots, heatmaps, and barplots for custom gene sets. |
|
7 |
+* The Downsample tab now works on a generic counts matrix |
|
8 |
+* You can upload a SCtkExperiment object or a SingleCellExperiment object saved in an RDS file on the Upload tab. |
|
9 |
+* Differential Expression results can now be saved in the rowData of the object and loaded for later analysis. |
|
10 |
+* Improved ability to save a biomarker based on user options. |
|
11 |
+* The Differential Expression plot is not automatically created, for more user control with large datasets. |
|
12 |
+ |
|
1 | 13 |
Changes in Version 1.1.3 |
2 | 14 |
|
3 | 15 |
* Improvements to plotting, change text size and hide labels in gsva plots. |
4 | 16 |
* MAST violin and linear model plots are now more square when plotting less than 49 facets. |
5 |
- |
|
6 |
-Changes in Version 1.1.3 |
|
7 |
- |
|
8 | 17 |
* Changed y axis label in plotBatchVariance to "Percent Explained Variation" |
9 | 18 |
|
10 | 19 |
Changes in Version 1.1.2 |
... | ... |
@@ -1,5 +1,10 @@ |
1 | 1 |
Changes in Version 1.1.3 |
2 | 2 |
|
3 |
+* Improvements to plotting, change text size and hide labels in gsva plots. |
|
4 |
+* MAST violin and linear model plots are now more square when plotting less than 49 facets. |
|
5 |
+ |
|
6 |
+Changes in Version 1.1.3 |
|
7 |
+ |
|
3 | 8 |
* Changed y axis label in plotBatchVariance to "Percent Explained Variation" |
4 | 9 |
|
5 | 10 |
Changes in Version 1.1.2 |
... | ... |
@@ -1,3 +1,12 @@ |
1 |
+Changes in Version 1.1.2 |
|
2 |
+ |
|
3 |
+* Ability to hide version number in the SCTK GUI. |
|
4 |
+ |
|
5 |
+Changes in Version 1.1.1 |
|
6 |
+ |
|
7 |
+* Fixed a bug that would cause the diffex color bar to not display when special |
|
8 |
+characters were in the annotation. |
|
9 |
+ |
|
1 | 10 |
Changes in Version 0.99.3 |
2 | 11 |
|
3 | 12 |
* Consistent use of camel case throughout package |