An open API service indexing awesome lists of open source software.

https://github.com/dynverse/dyndimred

Dimred methods for TI
https://github.com/dynverse/dyndimred

Last synced: 4 months ago
JSON representation

Dimred methods for TI

Awesome Lists containing this project

README

          

---
title: "dyndimred"
output: github_document
---

[![R build status](https://github.com/dynverse/dyndimred/workflows/R-CMD-check/badge.svg)](https://github.com/dynverse/dyndimred/actions)
[![Codecov test coverage](https://codecov.io/gh/dynverse/dyndimred/branch/master/graph/badge.svg)](https://codecov.io/gh/dynverse/dyndimred?branch=master)


[**ℹ️ Tutorials**](https://dynverse.org)

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
out.width = "100%",
fig.path = "man/figures/",
message = FALSE,
dpi = 300
)
set.seed(1)
library(tidyverse)
```

# `dyndimred`: Dimensionality Reduction Methods in a Common Format

Provides a common interface for applying dimensionality reduction methods,
such as PCA, ICA, diffusion maps, LLE, t-SNE, and umap. Just plug in a matrix
and get a dimensionality reduction!

## Latest changes
Check out `news(package = "dyndimred")` or [NEWS.md](NEWS.md) for a full list of changes.

```{r news, echo=FALSE, results="asis"}
cat(dynutils::recent_news())
```

## Dynverse dependencies

![](man/figures/dependencies.png)