forked from yycunc/SAFEclustering
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: SAFEclustering
Type: Package
Title: SAFE-clustering:Single-cell Aggregated (From Ensemble) Clustering for Single-cell RNA-seq Data
Version: 2.00
Authors@R: c(person("Yuchen", "Yang", email = "[email protected]", role = c("aut", "cre")),
person("Ruth", "Huh", email = "[email protected]", role = c("aut")),
person("Yun", "Li", email = "[email protected]", role = c("aut")))
Maintainer: Yuchen Yang <[email protected]>
Description: SAFE (Single-cell Aggregated clustering From Ensemble): Cluster ensemble for single-cell RNA-seq data
Depends: R (>= 3.4.4)
License: GPL-3
Imports: ADPclust, Matrix, Rtsne, SAVER, SC3, Seurat, e1071, SingleCellExperiment, SummarizedExperiment, parallel, S4Vectors, doParallel, doRNG, foreach, methods, bit64, cidr, dplyr, stringr, utils, graphics, stats
Suggests: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
VignetteBuilder: knitr
biocViews: Software, Clustering, Classification, SingleCell, Transcription, GUI, RNASeq, Transcriptomics