Skip to content

Commit 412a1bf

Browse files
committed
v2.0.0 release commit
1 parent 7b72c62 commit 412a1bf

File tree

134 files changed

+193
-133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+193
-133
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: VISION
22
Title: Functional interpretation of single cell RNA-seq latent manifolds
3-
Version: 1.1.1
3+
Version: 2.0.0
44
Authors@R: c(person("Matt", "Jones", email = "mattjones315@gmail.com", role = c("aut", "cre")),
55
person("David", "Detomaso", email = "david.detomaso@berkeley.edu", role = c("aut", "cre")),
66
person("Tal", "Ashuach", email = "tal_ashuach@berkeley.edu", role = c("aut")),

NEWS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# VISION 2.0.0
2+
3+
Lots of changes for this version.
4+
5+
However the object structure has been refactored. This means that any old saved RDS objects will not work with the viewResults function once the code has been upgraded. To resolve this, either re-create the objects or use the latest v1.x release of VISION. Incompatible changes like this will be avoided in the future, but a refactor was long needed.
6+
7+
* Added support for surface protein data (e.g., CITE-seq)
8+
* This data is entered separately using the `proteinData` argument
9+
* Autocorrelation scores will be computed on protein data
10+
* Differential expression tests will also test protein data
11+
* Can view protein vs. protein (FACS-style) in output report
12+
* Improved handling of sparse data
13+
* When inputing sparse expression data, the processing pipeline will no longer expand this data to dense at any stage
14+
* Additional improvements for performance and memory usage
15+
* New exported pipeline functions for custom workflows
16+
* UI Improvements
17+
* Can see multiple, different views simultaneously in the output (by unchecking the 'Update All?' changes only affect the selected plot
18+
* Y-axis for feature histograms can be log-scaled
19+
* Filtering (FDR) and Export for DE results table
20+
* Caching of DE results to avoid re-running
21+
* Additional DE options (subsampling, gene filtering) for reduced run times
22+
* Improved signature-gene heatmap
23+
24+
Many thanks to @Yanay1 for improvements to the DE results and heatmap!
25+
126
# VISION 1.1.1
227

328
* Bugfixes

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/VISION-vignette.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/micropooling.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/trajectories.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/web_only/10xData.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/web_only/Seurat.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/articles/web_only/SignatureAutocorrelation.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)