Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Keywords
Repository
Uniform Manifold Approximation and Projection - R package
Basic Info
Statistics
- Stars: 133
- Watchers: 8
- Forks: 16
- Open Issues: 4
- Releases: 10
Topics
Metadata Files
README.md
umap
R implementation of Uniform Manifold Approximation and Projection
Uniform manifold approximation and projection (UMAP) is a technique for dimensional reduction. The original algorithm is described by McInnes, Heyes, and Melville and is implemented in a python package umap. This package provides an interface to the UMAP algorithm in R, including a translation of the original algorithm into R with minimal dependencies.
Examples
The figure below shows dimensional reduction on the MNIST digits dataset. This dataset consists of 70,000 observations in a 784-dimensional space and labeled by ten distinct classes. The output of this package's `umap' function provides the plot layout, i.e. the arrangement of dots on the plane. The coloring, added to visualize how the known labels are positioned within the layout, demonstrates separation of the underlying data groups.
The package also allows to project data onto an existing embedding. Below, the first figure shows a map created from a subset of 60,000 observations from the MNIST data. The second figure is a projection of the held-out 10,000 observations onto the layout defined by the training data.

More information on usage can be found in the package vignettes.
Implementations
The package provides two implementations of the UMAP algorithm.
The default implementation is one written in R and Rcpp. This implementation follows the original python code. However, any bugs or errors should be regarded as arising solely from this implementation, not from the original. The implementation has minimal dependencies and should work on most platforms. (The MNIST graphic is generated based on this default implementation).
A second implementation is a wrapper for the python package. This offers similar functionality to another existing package umapr. To use this implementation, additional installation steps are required; see documentation for the python package for details.
Note: an independent R implementation of UMAP is also available in package uwot, also available on CRAN.
Acknowledgments
Many thanks to the R and github communities for comments, corrections, and bug reports.
References
The original UMAP algorithm is described in the following article
McInnes, Leland, and John Healy. "UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction." arXiv:1802.03426.
License
MIT License.
Owner
- Name: Tomasz Konopka
- Login: tkonopka
- Kind: user
- Repositories: 44
- Profile: https://github.com/tkonopka
GitHub Events
Total
- Watch event: 1
- Issue comment event: 2
Last Year
- Watch event: 1
- Issue comment event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| tkonopka | t****a@g****m | 92 |
| JenniferSLyon | 3****n@u****m | 1 |
| Tomasz Konopka | t****a@u****m | 1 |
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 21
- Total pull requests: 2
- Average time to close issues: about 2 months
- Average time to close pull requests: 2 days
- Total issue authors: 19
- Total pull request authors: 2
- Average comments per issue: 2.76
- Average comments per pull request: 2.5
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- JenniferSLyon (2)
- gdkrmr (2)
- ShanSabri (1)
- BastienNguyen (1)
- victor-moreno (1)
- dkassler (1)
- HCMY (1)
- bellenger-l (1)
- tkonopka (1)
- lmweber (1)
- mbosio85 (1)
- altrabio (1)
- lgaborini (1)
- omarelgarwany (1)
- StaffanBetner (1)
Pull Request Authors
- pteridin (2)
- JenniferSLyon (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 3
-
Total downloads:
- cran 8,433 last-month
- Total docker downloads: 56,797
-
Total dependent packages: 24
(may contain duplicates) -
Total dependent repositories: 127
(may contain duplicates) - Total versions: 29
- Total maintainers: 1
proxy.golang.org: github.com/tkonopka/umap
- Documentation: https://pkg.go.dev/github.com/tkonopka/umap#section-documentation
- License: other
-
Latest release: v0.2.5
published almost 6 years ago
Rankings
cran.r-project.org: umap
Uniform Manifold Approximation and Projection
- Homepage: https://github.com/tkonopka/umap
- Documentation: http://cran.r-project.org/web/packages/umap/umap.pdf
- License: MIT + file LICENSE
-
Latest release: 0.2.3
published over 6 years ago
Rankings
Maintainers (1)
conda-forge.org: r-umap
- Homepage: https://github.com/tkonopka/umap
- License: MIT
-
Latest release: 0.2.9.0
published over 3 years ago
Rankings
Dependencies
- R >= 3.6.0 depends
- Matrix * imports
- RSpectra * imports
- Rcpp >= 0.12.6 imports
- methods * imports
- openssl * imports
- reticulate * imports
- stats * imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite