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"
The figures can be reproduced by running the code in the vignettes. Install the package by following the next steps:
- Clone the repository
git clone https://github.com/Novartis/dWIZGenomics.git
-
Download the data files available in the zenodo repository into the directory
dWIZGenomics/inst/zenodoData
-
Download the bigwig files from the GSE247096 entry into the directory
dWIZGenomics/inst/bigwigs/GSE247096
. -
Load the package via
devtools::load_all()
. Alternatively, you could also install the package but you would copy some large files (bigwigs) into your.libPaths()
-
Run the code in the vignettes.