-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
72 lines (72 loc) · 1.42 KB
/
DESCRIPTION
File metadata and controls
72 lines (72 loc) · 1.42 KB
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
66
67
68
69
70
71
72
Package: devgru
Title: Developmental environment for GenomicRanges utilities
Version: 0.99.0
Date: 2025-04-11
Authors@R:
person("Patrick", "Blaney", email = "patrick.blaney@nyulangone.org", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9319-8866"))
Description: A packaged-up environment in R specifically for various utilities that are built on GenomicRanges framework.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/pblaney/devgru
BugReports: https://github.com/pblaney/devgru/issues
biocViews: Software, BiomedicalInformatics
Depends:
R (>= 4.1.0),
GenomicRanges,
GenomeInfoDb,
data.table,
gUtils,
dplyr
Imports:
BSgenome.Hsapiens.UCSC.hg38,
fs,
cli,
crayon,
pio,
pak,
librarian,
hms,
readr,
stringr,
purrr,
reshape2,
utils,
stats,
R.utils,
parallel,
doParallel,
easypar,
rtracklayer,
VariantAnnotation,
S4Vectors,
Biostrings,
gtools,
ggplot2,
fishHook,
pillar
Suggests:
scales,
paletteer,
patchwork,
ggpubr,
ggridges,
ggfittext,
DNAcopy,
rpart,
gGnome,
DESeq2,
ggpie,
tibble,
ggrepel,
SummarizedExperiment,
fgsea,
tidyr,
BiocParallel
Remotes:
github::mskilab-org/gUtils,
github::caravagnalab/easypar,
github::mskilab-org/fishHook