-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Type: Package
Package: parcutils
Title: Utility Functions To Deal Day To Day Bioinformatics Tasks.
Version: 0.1.0
Author: Chirag Parsania
Maintainer: Chirag Parsania <chirag.parsania@gmail.com>
Description: The package contains utility functions to deal with day to
day bioinformatics tasks. Most of the functions are related to RNA-seq
data analysis and visualization.
License: MIT + file LICENSE
URL: https://github.com/cparsania/parcutils
BugReports: https://github.com/cparsania/parcutils/issues
Depends:
ggplot2,
magrittr
Imports:
AnnotationDbi,
BSgenome,
circlize (>= 0.4.13),
cli (>= 3.0.1),
clusterProfiler,
ComplexHeatmap,
DESeq2 (>= 1.30.0),
dplyr (>= 0.8.5),
EnhancedVolcano,
EnrichedHeatmap,
enrichplot,
forcats,
fs,
GenomicRanges (>= 1.38.0),
GGally,
ggcorrplot,
ggeasy,
ggrepel,
ggvenn,
glue,
MetBrewer (>= 0.1.0),
msigdbr,
org.Mm.eg.db,
plyranges,
progress,
purrr (>= 0.3.4),
readr (>= 2.0.1),
rlang (>= 0.4.11),
rtracklayer (>= 1.46.0),
scales,
stringr,
tibble (>= 3.0.1),
tidyr (>= 1.1.3),
tidyselect (>= 1.1.1),
TidyWrappers (>= 0.0.1.9000),
tools (>= 3.6.2),
UpSetR (>= 1.4.0),
viridis,
writexl
Suggests:
BSgenome.Hsapiens.UCSC.hg38,
org.Hs.eg.db
Remotes:
cparsania/TidyWrappers,
jokergoo/circlize
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2