swh:1:snp:b1f86ebce403692a2c2ad98ea6d01904d9c3253a
Raw File
Tip revision: 07188a998f0f1da8f671aa614cb72c249c9b0a94 authored by Andrew Butler on 23 August 2016, 01:33:56 UTC
release version 1.3
Tip revision: 07188a9
DESCRIPTION
Package: Seurat
Version: 1.3
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
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
back to top