Crandore Hub

scPloidy

Infer Ploidy of Single Cells

Compute ploidy of single cells (or nuclei) based on single-cell (or single-nucleus) ATAC-seq (Assay for Transposase-Accessible Chromatin using sequencing) data <https://github.com/fumi-github/scPloidy>.

README

# scPloidy

`scPloidy` is an R package to compute ploidy of single cells (or nuclei) based on
single-cell (or single-nucleus) ATAC-seq data.
In ATAC-seq, open chromatin regions are excised and sequenced.
For any site on the genome, ATAC-seq could read 0, 1 or 2 DNA fragments,
if the cell was diploid.
If the cell was tetraploid, ATAC-seq could read 0, 1, 2, 3 or 4 fragments from the same site.
This is the basic idea used in `scPloidy`.
We model the depth of DNA sequencing at one site by binomial distribution.

Manuscript available in [bioRxiv](https://doi.org/10.1101/2023.08.26.554926).

Questions? Please submit to GitHub Issues or e-mail fumihiko AT takeuchi DOT name

## Installation in R

Beforehand, these packages need to be installed from Bioconductor:

    if (!require("BiocManager", quietly = TRUE))
      install.packages("BiocManager")
    BiocManager::install(c("GenomicRanges", "IRanges", "Rsamtools"))

Install from CRAN:

    install.packages('scPloidy')

In order to install the developmental version:

    install.packages('devtools')
    devtools::install_github('fumi-github/scPloidy', build_vignettes = TRUE)

To uninstall package:

    remove.packages('scPloidy')

## Usage

    library(scPloidy)
    vignette('intro', package = 'scPloidy')

Versions across snapshots

VersionRepositoryFileSize
0.6.2 rolling linux/jammy R-4.5 scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 rolling linux/noble R-4.5 scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 rolling source/ R- scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 latest linux/jammy R-4.5 scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 latest linux/noble R-4.5 scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 latest source/ R- scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 2026-04-26 source/ R- scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 2026-04-23 source/ R- scPloidy_0.6.2.tar.gz 3.1 MiB
0.6.2 2025-04-20 source/ R- scPloidy_0.6.2.tar.gz 3.1 MiB

Dependencies (latest)

Imports

Suggests