Skip to content

Commit

Permalink
Development version of Seurat
Browse files Browse the repository at this point in the history
  • Loading branch information
mojaveazure committed Jul 19, 2017
0 parents commit 5dbdc33
Show file tree
Hide file tree
Showing 206 changed files with 23,941 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto
data/* binary
src/* text=lf
R/* text=lf
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.Rproj.user
.Rhistory
.RData
.RDataTmp
src/*.o
src/*.so
.DS_Store
7 changes: 7 additions & 0 deletions .travis.yml
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
dist: trusty
88 changes: 88 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
Package: Seurat
Version: 2.0.0.900
Date: 07/17/17
Title: 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.2.0),
ggplot2,
cowplot,
SystemRequirements: Java (>= 1.6)
Imports:
methods,
ROCR,
stringr,
mixtools,
lars,
ica,
tsne,
Rtsne,
fpc,
ape,
VGAM,
pbapply,
igraph,
FNN,
caret,
e1071,
dplyr,
RColorBrewer,
MASS,
Matrix,
irlba,
reshape2,
gridExtra,
gplots,
gdata,
Rcpp,
RcppEigen,
RcppProgress,
tclust,
ranger,
compositions,
NMOF,
dtw,
SDMTools,
plotly,
diffusionMap,
Hmisc,
httr,
tidyr
LinkingTo: Rcpp, RcppEigen, RcppProgress
License: GPL-3
Collate:
'RcppExports.R'
'seurat.R'
'cluster_determination.R'
'cluster_determination_internal.R'
'cluster_validation.R'
'deprecated_functions.R'
'differential_expression.R'
'differential_expression_internal.R'
'dimensional_reduction.R'
'dimensional_reduction_internal.R'
'dimensional_reduction_utilities.R'
'interaction.R'
'jackstraw.R'
'jackstraw_internal.R'
'multi_modal.R'
'plotting.R'
'plotting_internal.R'
'plotting_utilities.R'
'preprocessing.R'
'preprocessing_internal.R'
'printing_utilities.R'
'seuratFxns.R'
'snn.R'
'spatial.R'
'spatial_internal.R'
'tSNE_project.R'
'utilities.R'
'utilities_internal.R'
'zfRenderSeurat.R'
RoxygenNote: 6.0.1
Suggests:
testthat
Loading

0 comments on commit 5dbdc33

Please sign in to comment.