Git Product home page Git Product logo

dozer's Introduction

Dozer

Dozer is a lightweight R package for personalized co-expression network analysis from population-scale single cell RNA-sequencing datasets. Given a single cell RNA-seq dataset of cells from multiple subjects and phenotypic information of each subject, Dozer is able to construct subject specific co-expression networks, extract network traits, and conduct association studies between network traits and subject specific information.

Dozer can be downloaded and installed in R through the following R command:

## install a dependency package
install.packages("lcmix", repos="http://R-Forge.R-project.org")
## install Dozer
devtools::install_github("shanlu01/Dozer", build_vignettes = FALSE)

As a demonstration of the analysis pipeline, we included an example dataset and a vignette in our package. The featured analyses include identifying genes showing differential centrality and gene modules having difference in connectivity between phenotypic groups.

The vignette requires a list of packages for data processing and visualization. These packages have to be installed before building the vignette. The dependencies for vignette include ggpubr, ggplot2, ggrepel, Rtsne, Matrix, knitr, dplyr, enrichR, limma, cluster, foreach, doParallel. It takes up to 10 mins to build the vignette. The dataset can be access through the following commend

load(system.file("extdata", "Jerber_demo.rda", package = "Dozer"))

The vignette will be built when the "built_vignettes" option is set as TRUE. Once the vignette is built, it can be browsed throught the following command

devtools::install_github("shanlu01/Dozer", build_vignettes = TRUE)
browseVignettes("Dozer")

You can also have a quick look of the vignette using the following link.

Reference

S. Lu and S. Keles, "Dozer: Debiased personalized gene co-expression networks for population-scale scRNA-seq data".

dozer's People

Contributors

shanlu01 avatar ysc12451 avatar

Watchers

 avatar

Forkers

keleslab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.