An open API service indexing awesome lists of open source software.

https://github.com/limix/cellregmap

CellRegMap: A statistical framework for mapping context-specific regulatory variants using scRNA-seq
https://github.com/limix/cellregmap

cellregmap eqtl limix sc-eqtl scrna-seq structlmm

Last synced: 6 months ago
JSON representation

CellRegMap: A statistical framework for mapping context-specific regulatory variants using scRNA-seq

Awesome Lists containing this project

README

        

# CellRegMap

Cellular Regulatory Map (CellRegMap) is a linear mixed model approach to perform multi-context eQTL mapping by leveraging single cell RNA sequencing (scRNA-seq) data.
It is related to the previously proposed [StructLMM](https://www.nature.com/articles/s41588-018-0271-0) but importantly it can account for sample structure, including population structure and repeated observations for the same samples, e.g., multiple cells for the same donor.

The CellRegMap model and its applications to both real and simulated data are described in the [CellRegMap manuscript](https://www.embopress.org/doi/full/10.15252/msb.202110663).

For more instructions and tutorials to facilitate usage of the package visit [our website](https://limix.github.io/CellRegMap/)!

## Install

From your command line, enter

python3 -m pip install cellregmap

in your command line.

## Development

To install it in development mode, enter

git clone https://github.com/limix/CellRegMap.git
cd CellRegMap
python3 -m pip install -e .

in your command line.

## Installation using a Docker image
If you use Docker, you can also pull the [pre-build image from dockerhub](https://hub.docker.com/r/annasecuomo/cellregmap).