forked from dtm2451/dittoSeq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.17 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
31
32
33
34
35
36
37
38
39
40
41
42
Package: dittoSeq
Type: Package
Title: User Friendly Single-Cell and Bulk RNA Sequencing Visualization
Version: 0.99.2
Author: Daniel Bunis
Maintainer: Daniel Bunis <[email protected]>
Description: A set of functions for generating publication-ready (sc)RNAseq figures with as simple of coding input as possible. This package attempts to be colorblind friendly by default & novice-to-coding user-friendly. It mimics and extends Seurat plotting capabilities, and enables side-by-side analysis of bulk and scRNAseq data through the creation of a Seurat-like S4 data structure for the analysis of bulk sequencing data.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
Depends: R (>= 3.6.0),
ggplot2
Imports: methods,
colorspace (>= 1.4),
gridExtra,
cowplot,
reshape2,
pheatmap,
grDevices,
ggrepel,
ggridges,
stats,
utils
Suggests: plotly,
testthat,
Seurat (>= 2.2),
DESeq2,
SummarizedExperiment,
edgeR,
SingleCellExperiment,
knitr,
BiocStyle,
scRNAseq
biocViews:
Software,
Visualization,
RNASeq,
SingleCell,
GeneExpression,
Transcriptomics
VignetteBuilder: knitr