README.md

DCCA

DCCA is an R package for single cell multi-omic integration analysis, developed and maintained by Ken chen's lab in MDACC. It performs CCA on cell and feature levels simulaneously to integrate two single cell profiles.

Check out our paper (xx) for a more complete description of the methods and analyses.

Once two datasets are integrated, the package also provides functionality for further data exploration, analysis, and visualization. Users can:

Instructions, documentation, and tutorials can be found at:

Improvements and new features will be added on a regular basis, please contact jinzhuangdou198706@gmail.com with any question.

Version History

June 28, 2020

System Requirements

Hardware requirements

The DCCA package requires only a standard computer with enough RAM to support the in-memory operations. For minimal performance, please make sure that the computer has at least about 2 GB of RAM. For optimal performance, we recommend a computer with the following specs:

Before setting up the DCCA package, users should have R version 3.6.0 or higher, and several packages set up from CRAN and other repositories. The user can check the dependencies in DESCRIPTION.

Installation

DCCA is written in R and can be installed by following R commands:

install.packages('devtools')
library(devtools)
install_github('xx/DCCA')

Usage

For usage examples and guided walkthroughs, check the vignettes directory of the repo.

Sample Datasets

The DCCA package provides a small simulated dataset for basic demos of the functions, you can find it in folder liger/inst/test1/small.data.RDS.

We also provide a set of scRNA-seq and scATAC-seq datasets for real-world style demos. These datasets are as follows:

Corresponding tutorials can be found in section Usage above.

License

This project is covered under the GNU General Public License 3.0.



jinzhuangdou/DCCA documentation built on June 29, 2020, 12:54 a.m.