Package: tgstat 2.3.32
tgstat: Amos Tanay's Group High Performance Statistical Utilities
A collection of high performance utilities to compute distance, correlation, auto correlation, clustering and other tasks. Contains graph clustering algorithm described in "MetaCell: analysis of single-cell RNA-seq data using K-nn graph partitions" (Yael Baran, Akhiad Bercovich, Arnau Sebe-Pedros, Yaniv Lubling, Amir Giladi, Elad Chomsky, Zohar Meir, Michael Hoichman, Aviezer Lifshitz & Amos Tanay, 2019 <doi:10.1186/s13059-019-1812-2>).
Authors:
tgstat_2.3.32.tar.gz
tgstat_2.3.32.tar.gz(r-4.7-arm64)tgstat_2.3.32.tar.gz(r-4.7-x86_64)tgstat_2.3.32.tar.gz(r-4.6-arm64)tgstat_2.3.32.tar.gz(r-4.6-x86_64)
tgstat_2.3.32.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
tgstat/json (API)
NEWS
| # Install 'tgstat' in R: |
| install.packages('tgstat', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tanaylab/tgstat/issues
Pkgdown/docs site:https://tanaylab.github.io
Last updated from:699194967c. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 143 | ||
| linux-devel-x86_64 | OK | 168 | ||
| source / vignettes | OK | 298 | ||
| linux-release-arm64 | OK | 138 | ||
| linux-release-x86_64 | OK | 124 | ||
| wasm-release | OK | 163 |
Exports:tgs_cortgs_cor_knntgs_disttgs_finitetgs_graphtgs_graph_covertgs_graph_cover_resampletgs_knntgs_matrix_tapply
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Calculates correlation or auto-correlation | tgs_cor tgs_cor_knn |
| Calculates distances between the matrix rows | tgs_dist |
| Checks whether all the elements of the vector are finite | tgs_finite |
| Builds directed graph of correlations | tgs_graph |
| Clusters directed graph | tgs_graph_cover |
| Clusters directed graph multiple times with randomized sample subset | tgs_graph_cover_resample |
| Returns k highest values of each column | tgs_knn |
| For each matrix row apply a function over a ragged array | tgs_matrix_tapply |
