- Home
- Bioconductor 3.21
- Software Packages
- doppelgangR
doppelgangR
This package is for version 3.21 of Bioconductor; for the stable, up-to-date release version, see doppelgangR.
Identify likely duplicate samples from genomic or meta-data
Bioconductor version: 3.21
The main function is doppelgangR(), which takes as minimal input a list of ExpressionSet object, and searches all list pairs for duplicated samples. The search is based on the genomic data (exprs(eset)), phenotype/clinical data (pData(eset)), and "smoking guns" - supposedly unique identifiers found in pData(eset).
Author: Levi Waldron [aut, cre], Markus Reister [aut, ctb], Marcel Ramos [ctb]
Maintainer: Levi Waldron <lwaldron.research at gmail.com>
citation("doppelgangR")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("doppelgangR")
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("doppelgangR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.