- Home
- Bioconductor 3.6
- Software Packages
- doppelgangR
doppelgangR
This package is for version 3.6 of Bioconductor; for the stable, up-to-date release version, see doppelgangR.
Identify likely duplicate samples from genomic or meta-data
Bioconductor version: 3.6
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, Markus Riester, Marcel Ramos
Maintainer: Levi Waldron <lwaldron.research at gmail.com>
citation("doppelgangR")):
Installation
To install this package, start R (version "3.4") 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
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.