- Home
- Bioconductor 3.22
- Software Packages
- ccfindR
ccfindR
This is the released version of ccfindR; for the devel version, see ccfindR.
Cancer Clone Finder
Bioconductor version: Release (3.22)
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.
Author: Jun Woo [aut, cre], Jinhua Wang [aut]
Maintainer: Jun Woo <jwoo at umn.edu>
citation("ccfindR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ccfindR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("ccfindR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.