-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
23 lines (23 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: sscClust
Type: Package
Title: simpler single cell RNAseq data clustering
Version: 0.1.0
Author: Xianwen Ren, Liangtao Zheng
Maintainer: Liangtao Zheng <[email protected]>
Description: A package implement mutilple functionalities which are commonly used in single cell RNAseq data analysis,
including variable genes identification, dimension reduction, clustering on reduced data. Currently, this package also
wrap other clustering method designed specifically for single cell RNAseq data, including SC3 etc. In addition,
some new ideas were proposed, such as projecting data to a feature space using spearman correlation which make
visualiaztion and clustering more efficient, clustering with subsampling and classfification which make it feasible to
process thousands cells' data.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Depends: R (>= 3.4), SingleCellExperiment, SummarizedExperiment
Imports: sscVis, RColorBrewer, Rtsne, class, factoextra, data.table, ggplot2,
ggpubr, MASS, ROCR, BiocGenerics, scran, SC3, BiocParallel,
plyr, dplyr, varSelRF, ADPclust, doParallel, matrixStats, Matrix,
igraph, densityClust, RhpcBLASctl, e1071, uwot, leiden,
dynamicTreeCut, limma, mclust, randomForest,
S4Vectors, ranger