README.md

MuSiC

MuSiC is an analysis toolkit for single-cell RNA-Seq experiments. To use this package, you will need the R statistical computing environment (version 3.0 or later) and several packages available through Bioconductor and CRAN.

Update (01/15/2024)

We're excited to announce two significant enhancements to the MuSiC toolkit:

1. Integration with R Devcontainer and Docker for Codespace Environments:

  • We have now enabled the setup of an R development container, specifically tailored for MuSiC, in a Docker environment. This allows users to seamlessly edit and run MuSiC in a cloud-based development environment such as GitHub Codespaces.
  • With this update, users can easily access a pre-configured R environment with all necessary dependencies and settings, ensuring a consistent and reproducible coding experience regardless of the local machine setup.

2. Enhanced Code Documentation:

  • To improve user experience and code readability, we have added comprehensive comments and annotations throughout the MuSiC codebase.
  • These annotations provide clear explanations for each line of code and function, assisting users in understanding the underlying logic and facilitating easier modifications or customizations to the toolkit.

These updates are part of our ongoing efforts to make MuSiC more accessible and user-friendly for researchers and developers in the RNA-Seq community. We believe that these enhancements will significantly streamline the workflow for both new and experienced users of MuSiC.

Update (09/26/2022)

MuSiC (v1.0.0) now support SingleCellExperiment class as single cell reference! Please See updated Tutorial for guidance!

Update (09/26/2022)

MuSiC2 is available! You can use MuSiC2 for cell type deconvolution for multi-condition bulk RNA-seq data. MuSiC2 functions can be accessed with either latest version of MuSiC(v1.0.0) or installed from this github repo of Dr. Jiaxin Fan.

The original release of MuSiC is a deconvolution method that utilizes cross-subject scRNA-seq to estimate cell type proportions in bulk RNA-seq data. MuSiC_pipeline

MuSiC2 is an iterative algorithm aiming to improve cell type deconvolution for bulk RNA-seq data using scRNA-seq data as reference when the bulk data are generated from samples with multiple clinical conditions where at least one condition is different from the scRNA-seq reference. MuSiC_music2

How to cite MuSiC

Please cite the following publications:

Bulk tissue cell type deconvolution with multi-subject single-cell expression reference X. Wang, J. Park, K. Susztak, N.R. Zhang, M. Li Nature Communications. 2019 Jan 22 https://doi.org/10.1038/s41467-018-08023-x

MuSiC2: cell type deconvolution for multi-condition bulk RNA-seq data J. Fan, Y. Lyu, Q. Zhang, X. Wang, R. Xiao, M. Li Briefings in Bioinformatics. 2022 https://doi.org/10.1093/bib/bbac430

Installation

Both MuSiC and MuSiC2 functions are available in one package.

# install devtools if necessary
install.packages('devtools')

# install the MuSiC package
devtools::install_github('xuranw/MuSiC')

# load
library(MuSiC)

Special Steps for GitHub Codespaces

What is Codespaces?

Codespaces is a feature provided by GitHub offering a cloud-based, integrated development environment (IDE). This IDE allows developers to write, run, and debug code directly within GitHub. Essentially, Codespaces delivers a complete, configurable development environment accessible anywhere via a web browser or supported code editors like Visual Studio Code.

How to Use Codespaces

1. Fork the Repository

2. Create a new Codespace

3. Using the Codespace

4. Open RStudio

5. Test with the test.R File

More Information

Please see Tutorials for MuSiC and MuSiC2.



xuranw/MuSiC documentation built on March 7, 2024, 11:45 a.m.