-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 859 Bytes
/
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
Package: modplots
Type: Package
Title: Modified version of common Seurat and other plotting functions
Version: 1.0.0
Author: Fabio Sacher
Maintainer: Fabio Sacher <[email protected]>
Description: This package contains plotting functions, that build on existing functions but adds practical options.
For mDotPlot2 and mFeaturePlot, automatic gene ID to name conversion is added.
mVolcanoPlot plots a polished volcano plot, highlighting up and down regulated genes based on p-val and log fold change thresholds.
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports: AnnotationDbi,
BiocGenerics,
MatrixGenerics,
RColorBrewer,
Seurat,
SeuratObject,
magrittr,
SummarizedExperiment,
cowplot,
dplyr,
ggplot2,
ggrepel,
gridExtra,
org.Gg.eg.db,
pheatmap,
plotly,
rlang,
tibble
License: MIT + file LICENSE