Skip to content

Gfernandezv/Clinical_Epigenetics_17_100_2025

Repository files navigation

Pipeline for: Restoring endogenous Dlg4/PSD95 expression by an artificial transcription factor ameliorates cognitive and motor learning deficits in the R6/2 mouse model of Huntington’s disease

Binder

Installing Dependencies

All R package dependencies are listed in Install.R. To install them run either of the following commands from the project root:

# using Rscript
./install_packages.sh

or within an R session:

source("Install.R")

The project uses R r-2022-01-01 (see runtime.txt). For reproducible package versions you may create an renv.lock file with:

install.packages("renv")
renv::snapshot()

A helper script install_missing.R is provided to install only packages that are not already present.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published