-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from YosefLab/docs
Merge docs
- Loading branch information
Showing
222 changed files
with
12,166 additions
and
3,771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
^\.travis\.yml$ | ||
^build_whitelist.sh$ | ||
^docs/.*$ | ||
^.*.eslintrc.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: VISION | ||
Title: Functional interpretation of single cell RNA-seq latent manifolds | ||
Version: 0.99.6 | ||
Version: 1.0.0 | ||
Authors@R: c(person("Matt", "Jones", email = "[email protected]", role = c("aut", "cre")), | ||
person("David", "Detomaso", email = "[email protected]", role = c("aut", "cre")), | ||
person("Tal", "Ashuach", email = "[email protected]", role = c("aut")), | ||
|
@@ -17,6 +17,7 @@ Imports: | |
loe, | ||
logging, | ||
parallel, | ||
pbmcapply (>= 1.3.1), | ||
Matrix, | ||
matrixStats, | ||
mclust, | ||
|
@@ -32,16 +33,16 @@ LinkingTo: Rcpp | |
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
URL: https://yoseflab.github.io/VISION, https://github.com/yoseflab/VISION | ||
BugReports: https://github.com/YosefLab/VISION/issues | ||
RoxygenNote: 6.1.1 | ||
Suggests: | ||
Biobase, | ||
BiocStyle, | ||
knitr, | ||
rmarkdown, | ||
SummarizedExperiment, | ||
testthat, | ||
ggplot2, | ||
ggplot2 | ||
biocViews: | ||
GeneExpression, | ||
RNASeq, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# VISION 1.0.0 | ||
|
||
Initial release of VISION | ||
* Added Layout Options to the output report | ||
* Selected cells can now be saved/loaded | ||
* Addition of "get*"-style accessor methods to the VISION object | ||
* Added an interface to Seurat objects | ||
* Added convenience methods for working with outputs from 10x Genomic's CellRanger | ||
* **Note**: Some changes were made to the Vision object structure and how results are stored. If updating to 1.0.0, older Vision objects may need to be re-created and re-run before using `viewResults` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.