Bioc2026 Registration Open!

snifter

R wrapper for the python openTSNE library

Bioconductor version: 3.23 · Package version: 1.22.0

Provides an R wrapper for the implementation of FI-tSNE from the python package openTNSE. See Poličar et al. (2019) <doi:10.1101/731877> and the algorithm described by Linderman et al. (2018) <doi:10.1038/s41592-018-0308-4>.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("snifter")

Details

MaintainerAlan O'Callaghan <alan.ocallaghan@outlook.com>
AuthorAlan O'Callaghan [aut, cre], Aaron Lun [aut]
LicenseGPL-3
URLhttps://bioconductor.org/packages/snifter
Bug Reportshttps://github.com/Alanocallaghan/snifter/issues
Downloads rank669
Source branchRELEASE_3_23
biocViewsDimensionReduction, Sequencing, SingleCell, Software, Visualization

Documentation

Download

Dependencies

Depends: R (>= 4.0.0)

Imports: basilisk, reticulate, irlba, stats, assertthat

Suggests: knitr, rmarkdown, BiocStyle, ggplot2, testthat (>= 3.0.0)

Reverse dependencies

Suggests Me (2): scater, sketchR