Skip to contents

scDesignPop


scDesignPop is a simulator for population-scale single-cell RNA-sequencing (scRNA-seq) data. By incorporating eQTL effects from genotype data with other covariates, scDesignPop has several key applications:

    1. performing eQTL power analysis across cell types,
    1. benchmarking single-cell eQTL mapping methods with user-specified eQTLs,
    1. protecting genomic privacy by mitigating eQTL-based re-identification of individuals via linking attacks

Detailed tutorials that illustrate various functionalities of scDesignPop are available at this website. The following illustration figure summarizes the workflow of scDesignPop:

  1. Installation
  2. Tutorials
  3. Contact
  4. Related Manuscripts

Installation

To install the key dependence of scDesignPop, we recommend:

if(!require("SingleCellExperiment")){
  BiocManager::install("SingleCellExperiment")
}

You can install the development version of scDesignPop from GitHub with:

if(!require("remotes")){
    install.packages("remotes")
}
remotes::install_github("chrisycd/scDesignPop")

Contact

Any questions or advice on scDesignPop are welcomed! Please report it on issues, or contact Chris Dong () or Yihui Cen ().