Package: FiRE 1.0.1
FiRE: Finder of Rare Entities (FiRE)
The algorithm assigns rareness/ outlierness score to every sample in voluminous datasets. The algorithm makes multiple estimations of the proximity between a pair of samples, in low-dimensional spaces. To compute proximity, FiRE uses Sketching, a variant of locality sensitive hashing. For more details: Jindal, A., Gupta, P., Jayadeva and Sengupta, D., 2018. Discovery of rare cells from voluminous single cell expression data. Nature Communications, 9(1), p.4719. <doi:10.1038/s41467-018-07234-6>.
Authors:
FiRE_1.0.1.tar.gz
FiRE_1.0.1.zip(r-4.7)FiRE_1.0.1.zip(r-4.6)FiRE_1.0.1.zip(r-4.5)
FiRE_1.0.1.tgz(r-4.6-x86_64)FiRE_1.0.1.tgz(r-4.6-arm64)FiRE_1.0.1.tgz(r-4.5-x86_64)FiRE_1.0.1.tgz(r-4.5-arm64)
FiRE_1.0.1.tar.gz(r-4.7-arm64)FiRE_1.0.1.tar.gz(r-4.7-x86_64)FiRE_1.0.1.tar.gz(r-4.6-arm64)FiRE_1.0.1.tar.gz(r-4.6-x86_64)
FiRE_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
FiRE/json (API)
| # Install 'FiRE' in R: |
| install.packages('FiRE', repos = c('https://princethewinner.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/princethewinner/fire/issues
- sample_data - Preprocessed 293T–Jurkat scRNA-seq dataset
- sample_label - Labels of preprocessed 293T–Jurkat scRNA-seq dataset
Last updated from:56eaca7551. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 126 | ||
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 197 | ||
| linux-release-arm64 | OK | 141 | ||
| linux-release-x86_64 | OK | 126 | ||
| macos-release-arm64 | OK | 166 | ||
| macos-release-x86_64 | OK | 250 | ||
| macos-oldrel-arm64 | OK | 159 | ||
| macos-oldrel-x86_64 | OK | 327 | ||
| windows-devel | OK | 157 | ||
| windows-release | OK | 139 | ||
| windows-oldrel | OK | 121 | ||
| wasm-release | OK | 108 |
Exports:FiRE
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Finder of Rare Entities (FiRE) - To assign rareness/ outlierness score to every sample | FiRE Rcpp_FiRE |
| Constructor for Class | Rcpp_FiRE-class |
| Hash samples in bins | fit |
| Preprocessed 293T–Jurkat scRNA-seq dataset | sample_data |
| Labels of preprocessed 293T–Jurkat scRNA-seq dataset | sample_label |
| Compute score on hashed sample. | score |
