mitoClone2
Clonal Population Identification in Single-Cell RNA-Seq Data using Mitochondrial and Somatic Mutations
Bioconductor version: 3.23 · Package version: 1.18.0
This package primarily identifies variants in mitochondrial genomes from BAM alignment files. It filters these variants to remove RNA editing events then estimates their evolutionary relationship (i.e. their phylogenetic tree) and groups single cells into clones. It also visualizes the mutations and providing additional genomic context.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("mitoClone2") Details
| Maintainer | Benjamin Story <story.benjamin@gmail.com> |
| Author | Benjamin Story [aut, cre], Lars Velten [aut], Gregor Mönke [aut] |
| License | GPL-3 |
| URL | https://github.com/benstory/mitoClone2 |
| System Requirements | GNU make, PhISCS (optional) |
| Downloads rank | 232 |
| Source branch | RELEASE_3_23 |
| biocViews | Alignment, Annotation, DataImport, Genetics, SNP, SingleCell, Software |
Documentation
Download
Dependencies
Depends: R (>= 4.4.0)
Imports: reshape2, GenomicRanges, pheatmap, deepSNV, grDevices, Matrix, graphics, stats, utils, S4Vectors, Rhtslib, parallel, methods, ggplot2
LinkingTo: Rhtslib (>= 1.13.1)
Suggests: knitr, rmarkdown, Biostrings, testthat