ccfindR
Cancer Clone Finder
Bioconductor version: 3.23 · Package version: 1.32.0
A collection of tools for cancer genomic data clustering analyses, including those for single cell RNA-seq. Cell clustering and feature gene selection analysis employ Bayesian (and maximum likelihood) non-negative matrix factorization (NMF) algorithm. Input data set consists of RNA count matrix, gene, and cell bar code annotations. Analysis outputs are factor matrices for multiple ranks and marginal likelihood values for each rank. The package includes utilities for downstream analyses, including meta-gene identification, visualization, and construction of rank-based trees for clusters.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ccfindR") Details
| Maintainer | Jun Woo <jwoo@umn.edu> |
| Author | Jun Woo [aut, cre], Jinhua Wang [aut] |
| License | GPL (>= 2) |
| URL | http://dx.doi.org/10.26508/lsa.201900443 |
| Downloads rank | 286 |
| Source branch | RELEASE_3_23 |
| biocViews | Bayesian, Clustering, ImmunoOncology, SingleCell, Software, Transcriptomics |
Documentation
Download
Dependencies
Depends: R (>= 3.6.0)
Imports: stats, S4Vectors, utils, methods, Matrix, SummarizedExperiment, SingleCellExperiment, Rtsne, graphics, grDevices, gtools, RColorBrewer, ape, Rmpi, irlba, Rcpp, Rdpack (>= 0.7)
Reverse dependencies
Suggests Me (1): MutationalPatterns