- Home
- Bioconductor 3.23
- Software Packages
- sketchR (development version)
sketchR
This is the development version of sketchR; for the stable release version, see sketchR.
An R interface for python subsampling/sketching algorithms
Bioconductor version: Development (3.23)
Provides an R interface for various subsampling algorithms implemented in python packages. Currently, interfaces to the geosketch and scSampler python packages are implemented. In addition it also provides diagnostic plots to evaluate the subsampling.
Author: Charlotte Soneson [aut, cre] ORCID iD ORCID: 0000-0003-3833-2169 , Michael Stadler [aut] ORCID iD ORCID: 0000-0002-2269-4934 , Friedrich Miescher Institute for Biomedical Research [cph]
Maintainer: Charlotte Soneson <charlottesoneson at gmail.com>
citation("sketchR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("sketchR")
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("sketchR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.