-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·30 lines (30 loc) · 1.14 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
24
25
26
27
28
29
30
Package: hocuspocus
Type: Package
Title: A Suite of Single-Cell RNA-Seq Analysis Tools Built for Dummy Biologists
Version: 1.2.1
Date: 2015-11-3
Authors@R: person("Joe", "Burns", email = "[email protected]", role = c("aut", "cre"))
Description: This package provides an easy-to-use and intuitive workflow for basic analysis of
single-cell RNA-Seq data. It combines custom functions with functions from available
packages. Particular emphasis is placed on data presentation and visualization, with
a variety of options for controlling the appearance of plots. Currently, tools include selection
of important expressed genes based on variance and PCA, heatmaps with color bars, blot
plots, 1D and 2D PCA plots, clustering analysis, and gap statistic caclulation.
License: What license is it under?
LazyData: TRUE
Imports: reshape2,
plyr,
FactoMineR,
NMF,
RColorBrewer,
fastICA,
scales,
Biobase
URL: http://github.com/joeburns06/hocuspocus
BugReports: http://github.com/joeburns06/hocuspocus/issues
Depends: ggplot2 (>= 0.9.3.1),
sva,
gridExtra (>= 2.0.0),
Seurat (>= 1.2),
cluster,
Biobase