swh:1:snp:b1f86ebce403692a2c2ad98ea6d01904d9c3253a
Raw File
Tip revision: d9d1a8b501a21400ff97f0e0dded844052c33860 authored by Andrew Butler on 04 October 2016, 03:06:03 UTC
Update README
Tip revision: d9d1a8b
DESCRIPTION
Package: Seurat
Version: 1.4.0
Date: 05/21/2015
Title: Seurat : R toolkit for single cell genomics
Description: Seurat : R toolkit for single cell genomics.
Author: Rahul Satija
Maintainer: Satija Lab <seuratpackage@gmail.com>
URL: http://www.satijalab.org/seurat
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,
    Rcpp,
    RcppEigen,
    RcppProgress,
    tclust,
    ranger
LinkingTo: Rcpp, RcppEigen, RcppProgress
License: GPL-3
Collate:
    'RcppExports.R'
    '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
back to top