forked from satijalab/seurat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
da6cd08
commit 07188a9
Showing
101 changed files
with
6,549 additions
and
1,496 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r | ||
|
||
language: R | ||
sudo: false | ||
cache: packages | ||
warnings_are_errors: false | ||
TRAVIS_OS_NAME: osx |
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,13 +1,51 @@ | ||
Package: Seurat | ||
Version: 1.2.1 | ||
Date: 10/06/2015 | ||
Version: 1.3 | ||
Date: 05/21/2015 | ||
Title: Seurat : R toolkit for single cell genomics | ||
Description: Seurat : R toolkit for single cell genomics | ||
Description: Seurat : R toolkit for single cell genomics. | ||
Author: Rahul Satija | ||
Maintainer: Satija Lab <[email protected]> | ||
URL: http://www.satijalab.org/seurat | ||
Depends: R (>= 3.1.0), ggplot2, reshape2, useful, gridExtra, gplots, gdata | ||
Imports: ROCR, stringr, mixtools, lars, fastICA, tsne, Rtsne, fpc, ape, VGAM, jackstraw, XLConnect, lfa | ||
Remotes: StoreyLab/lfa@a1df252 | ||
License: GPL 3.0 | ||
|
||
Depends: | ||
R (>= 3.2.0), | ||
ggplot2, | ||
cowplot, | ||
SystemRequirements: Java (>= 1.6) | ||
Imports: | ||
methods, | ||
ROCR, | ||
stringr, | ||
mixtools, | ||
lars, | ||
fastICA, | ||
tsne, | ||
Rtsne, | ||
fpc, | ||
ape, | ||
VGAM, | ||
pbapply, | ||
igraph, | ||
FNN, | ||
caret, | ||
dplyr, | ||
RColorBrewer, | ||
MASS, | ||
Matrix, | ||
irlba, | ||
reshape2, | ||
gridExtra, | ||
gplots, | ||
gdata | ||
License: GPL-3 | ||
Collate: | ||
'seurat.R' | ||
'cluster_determination.R' | ||
'cluster_validation.R' | ||
'deprecated_functions.R' | ||
'seuratFxns.R' | ||
'snn.R' | ||
'tSNE_project.R' | ||
'zfRenderSeurat.R' | ||
RoxygenNote: 5.0.1 | ||
Suggests: | ||
testthat |
Oops, something went wrong.