-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 960 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
Package: dWIZGenomics
Type: Package
Title: What the Package Does (Title Case)
Version: 0.1.0
Authors@R:
c(person(given = "Alejandro",
family = "Reyes",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8717-6612")))
Maintainer:
c(person(given = "Alejandro",
family = "Reyes",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8717-6612")))
Description: The goal of dWIZGenomics is to provide the code used to reproduce the
figures containing the genomic data for the publication "A molecular glue
degrader of the WIZ transcription factor for fetal hemoglobin induction".
License: GPL (>= 3)
Encoding: UTF-8
Imports: AnnotationHub, biovizBase, cowplot, ggbio, ggExtra, ggplot2, ggpubr, ggrepel, magrittr, org.Hs.eg.db, rtracklayer, scales
LazyData: true
RoxygenNote: 7.3.1