Skip to content

Commit 5b5e1c8

Browse files
committed
v2.1.0 commit
1 parent eaafdec commit 5b5e1c8

135 files changed

Lines changed: 165 additions & 134 deletions

File tree

Some content is hidden

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

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: 2.0.0
3+
Version: 2.1.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# VISION 2.1.0
2+
3+
Added parameter `sig_gene_threshold` with **changed default behavior**
4+
5+
* Before it was a guideline to filter lowly expressed genes before running VISION
6+
* Now, by default, genes expressed in fewer than 0.1% of cells will be filtered automatically
7+
8+
Bug Fixes:
9+
10+
* Better colors in output when more than 10 categories
11+
* Errors with certain output object accessors
12+
* Selections not saving when loading results server
13+
* Crashes when running on more than 1200 signatures
14+
115
# VISION 2.0.0
216

317
Lots of changes for this version.

R/methods-Vision.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ setMethod("Vision", signature(data = "matrixORSparse"),
7979
unnormalizedData = NULL, meta=NULL,
8080
projection_genes=c("fano"),
8181
min_signature_genes=5,
82-
sig_gene_threshold=.005,
82+
sig_gene_threshold=.001,
8383
threshold=.05, perm_wPCA=FALSE,
8484
projection_methods = c("tSNE30"),
8585
sig_norm_method = c("znorm_columns", "none", "znorm_rows",

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/Signatures.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.

0 commit comments

Comments
 (0)