swh:1:snp:0da231f3ffdb3226650880f1b61d5d5cdcbd749b
Raw File
Tip revision: 3bd092a45d02be4f5551b3312d21eb23096aac1e authored by Andrew Butler on 23 May 2017, 20:18:36 UTC
fix MeanVarPlot edge case, fix NegBinomDETest missing fmla
Tip revision: 3bd092a
DESCRIPTION
Package: Seurat
Version: 1.4.0.16
Date: 5/23/2017
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,
    plyr,
    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: 6.0.1
Suggests:
    testthat
back to top