barbieQ
Analyze Barcode Data from Clonal Tracking Experiments
Bioconductor version: 3.23 · Package version: 1.4.0
The barbieQ package provides a series of robust statistical tools for analysing barcode count data generated from cell clonal tracking (i.e., lineage tracing) experiments. In these experiments, an initial cell and its offspring collectively form a clone (i.e., lineage). A unique barcode sequence, incorporated into the DNA of the inital cell, is inherited within the clone. This one-to-one mapping of barcodes to clones enables clonal tracking of their behaviors. By counting barcodes, researchers can quantify the population abundance of individual clones under specific experimental perturbations. barbieQ supports barcode count data preprocessing, statistical testing, and visualization.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("barbieQ") Details
| Maintainer | Liyang Fei <liyang.fei@petermac.org> |
| Author | Liyang Fei [aut, cre] (ORCID: <https://orcid.org/0000-0002-3293-2094>) |
| License | GPL-3 |
| URL | https://github.com/Oshlack/barbieQ/issues |
| Bug Reports | https://github.com/Oshlack/barbieQ |
| Downloads rank | 156 |
| Source branch | RELEASE_3_23 |
| biocViews | Preprocessing, Regression, Sequencing, Software, Visualization |
Documentation
Download
Dependencies
Depends: R (>= 4.5)
Imports: magrittr, tidyr, dplyr, grid, circlize, ComplexHeatmap, ggplot2, logistf, limma, stats, igraph, utils, data.table, S4Vectors, SummarizedExperiment
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), BiocStyle