First, install the package remotes
.
install.packages("remotes")
Then install diffdriver.
remotes::install_github("szhaolab/diffdriver", ref ="main")
The package also relies on annotation files, there are two types of annotation files. * 9-annotation files. * 96-annotations files.
Please checkout the tutorial on the package website.