scCB2

R package for distinguishing cells from background barcodes in droplet-based single-cell RNA-seq data

https://github.com/zijianni/sccb2

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    2 of 7 committers (28.6%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords from Contributors

rna-seq spatial-transcriptomics bioconductor-package gene ontology
Last synced: 11 months ago · JSON representation

Repository

R package for distinguishing cells from background barcodes in droplet-based single-cell RNA-seq data

Basic Info
  • Host: GitHub
  • Owner: zijianni
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 6.71 MB
Statistics
  • Stars: 10
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Created about 7 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

scCB2

Droplet-based single cell RNA-seq technologies provide a novel insight in transcriptome profiles of individual cells with a much larger cell numbers and cheaper cost compared with microfluidic-based single cell RNA-seq. During library preparation, each cell is expected to be captured by one droplet. The number of droplets are usually much more than the number of cells, thus most droplets do not contain real cells. However, there are always free-floating RNA fragments in the library due to broken cells or library contamination. Empty droplets will capture them and have non-zero expression values after sequencing.

CB2 is a cluster-based approach for distinguishing true cells from background barcodes in droplet-based single cell RNA-seq experiments (especially for 10X Chromium output), while scCB2 is its corresponding R package. It is based on clustering similar barcodes and calculating Monte-Carlo p-value for each cluster to test against background distribution. This cluster-level test outperforms single-barcode-level tests not only for high count barcodes, but also in dealing with low count barcodes and homogeneous sequencing library, while keeping FDR well controlled.

This package has been accepted by Bioconductor. For more instructions, see here.

Installation

Install via Bioconductor:

if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(version='devel') BiocManager::install("scCB2")

Alternatively, install via Github using devtools:

if(!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("zijianni/scCB2", build_manual = TRUE, build_vignettes = TRUE)

Note: This may take a few minutes for building vignettes. If you don't need vignettes (which rarely happens), set build_vignettes = FALSE.

After installing, you will find package vignettes by vignette("scCB2").

Vignettes

Link to Bioconductor

Citation

Ni, Z., Chen, S., Brown, J., & Kendziorski, C. (2020). CB2 improves power of cell detection in droplet-based single-cell RNA sequencing data. Genome Biology, 21(1), 137. https://doi.org/10.1186/s13059-020-02054-8

Owner

  • Name: Zijian Ni
  • Login: zijianni
  • Kind: user
  • Location: Seattle, WA
  • Company: Amazon

Applied Scientist @ Amazon Prime ML

GitHub Events

Total
Last Year

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 150
  • Total Committers: 7
  • Avg Commits per committer: 21.429
  • Development Distribution Score (DDS): 0.693
Past Year
  • Commits: 4
  • Committers: 2
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Zijian Ni 4****i 46
Zijian Ni 4****3 34
Zijian Ni 4****0@q****m 32
Zijian Ni z****5@w****u 25
Nitesh Turaga n****a@g****m 8
zijianni z****i@1****m 3
J Wokaty j****y@s****u 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • Gesmira (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 8,000 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
bioconductor.org: scCB2

CB2 improves power of cell detection in droplet-based single-cell RNA sequencing data

  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,000 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 27.2%
Downloads: 81.7%
Maintainers (1)
Last synced: 11 months ago