CASE
is an R package designed for multi-trait fine-mapping analysis, with a particular focus on single-cell eQTL fine-mapping.
CASE
can be installed from the Github Repo.
# Install the devtools package if you haven't already
# install.packages("devtools")
devtools::install_github("leaffur/CASE")
For an introductory overview, please refer to this vignette.
After loading the package with library(CASE)
, you can access simple examples and guidance using the ?CASE
command in R.
This is an early version of CASE, and we welcome any feedback or suggestions for improvement.