Skip to content

Alleloscope is a method for allele-specific copy number estimation that can be applied to single cell DNA and ATAC sequencing data (separately or in combination). Allele-specific estimation allows for the more accurate delineation of copy number states and the detection of subclonal copy-neutral loss-of-heterozygosity and mirrored CNA events. On…

seasoncloud/Alleloscope

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
February 14, 2022 17:42
July 21, 2021 21:36
March 10, 2023 13:13
June 23, 2021 12:25
man
February 14, 2022 17:42
October 3, 2021 23:35
November 10, 2020 21:45
November 6, 2020 09:30
September 26, 2021 23:06
February 14, 2022 17:42
June 9, 2021 17:42

Alleloscope

Chi-Yun Wu, Zhang Lab, University of Pennsylvania

Description

Alleloscope is a method for allele-specific copy number estimation that can be applied to single cell DNA and ATAC sequencing data (separately or in combination). Allele-specific estimation allows for the more accurate delineation of copy number states and the detection of subclonal copy-neutral loss-of-heterozygosity and mirrored CNA events. On scATAC-seq data, Alleloscope allows integrative multi-omic analysis of allele-specific copy number and chromatin accessibility for the same cell.

For more information about the method, please check out the paper.

Overview of Alleloscope genotyping algorithm

Alt text

Install

  • You can install Alleloscope with the code below:
Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")
install.packages("devtools")
devtools::install_github("seasoncloud/Alleloscope") # install
library(Alleloscope) # load
  • You can download example datasets for Alleloscope with the following command:

    Using terminal, download the repository.

git clone https://github.com/seasoncloud/Alleloscope.git
  • We have included example data in the folder data-raw/.

Detailed tutorials with example datasets

  • Click the links below to read detailed tutorials for different data types.
  1. scDNA-seq
  2. scDNA-seq with 2nd-stage estimation
  3. scATAC-seq
  4. Matched scDNA-seq and scATAC-seq

Citation

Wu, C.-Y. et al. Integrative single-cell analysis of allele-specific copy number alterations and chromatin accessibility in cancer. Nature Biotechnology (2021): https://doi.org/10.1038/s41587-021-00911-w

About

Alleloscope is a method for allele-specific copy number estimation that can be applied to single cell DNA and ATAC sequencing data (separately or in combination). Allele-specific estimation allows for the more accurate delineation of copy number states and the detection of subclonal copy-neutral loss-of-heterozygosity and mirrored CNA events. On…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages