APL
This is the released version of APL; for the devel version, see APL.
Association Plots
DOI: 10.18129/B9.bioc.APL
Bioconductor version: Release (3.22)
APL is a package developed for computation of Association Plots (AP), a method for visualization and analysis of single cell transcriptomics data. The main focus of APL is the identification of genes characteristic for individual clusters of cells from input data. The package performs correspondence analysis (CA) and allows to identify cluster-specific genes using Association Plots. Additionally, APL computes the cluster-specificity scores for all genes which allows to rank the genes by their specificity for a selected cell cluster of interest.
Author: Clemens Kohl [cre, aut], Elzbieta Gralinska [aut], Martin Vingron [aut]
Maintainer: Clemens Kohl <kohl.clemens at gmail.com>
citation("APL")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("APL")
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("APL")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.