Package: DDRTree2 0.2.0
DDRTree2: Learning Principal Graphs with DDRTree (Performance-Optimized Fork)
Provides an implementation of the framework of reversed graph embedding (RGE) which projects data into a reduced dimensional space while constructing a principal tree which passes through the middle of the data simultaneously. DDRTree shows superiority to alternatives (Wishbone, DPT) for inferring the ordering as well as the intrinsic structure of single cell genomics data. In general, it could be used to reconstruct the temporal progression as well as bifurcation structure of any datatype. This version includes OpenMP parallelization for significant performance improvements (11x speedup on typical datasets).
Authors:
DDRTree2_0.2.0.tar.gz
DDRTree2_0.2.0.zip(r-4.7)DDRTree2_0.2.0.zip(r-4.6)DDRTree2_0.2.0.zip(r-4.5)
DDRTree2_0.2.0.tgz(r-4.6-x86_64)DDRTree2_0.2.0.tgz(r-4.6-arm64)DDRTree2_0.2.0.tgz(r-4.5-x86_64)DDRTree2_0.2.0.tgz(r-4.5-arm64)
DDRTree2_0.2.0.tar.gz(r-4.7-arm64)DDRTree2_0.2.0.tar.gz(r-4.7-x86_64)DDRTree2_0.2.0.tar.gz(r-4.6-arm64)DDRTree2_0.2.0.tar.gz(r-4.6-x86_64)
DDRTree2_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
DDRTree2/json (API)
| # Install 'DDRTree2' in R: |
| install.packages('DDRTree2', repos = c('https://billsfriend.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/billsfriend/ddrtree2/issues
dimension-reductionopenmp-parallelizationrcppcppopenmp
Last updated from:f30bc84052. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 167 | ||
| linux-devel-x86_64 | OK | 148 | ||
| source / vignettes | OK | 186 | ||
| linux-release-arm64 | OK | 166 | ||
| linux-release-x86_64 | OK | 146 | ||
| macos-release-arm64 | OK | 236 | ||
| macos-release-x86_64 | OK | 291 | ||
| macos-oldrel-arm64 | OK | 174 | ||
| macos-oldrel-x86_64 | OK | 356 | ||
| windows-devel | OK | 169 | ||
| windows-release | OK | 149 | ||
| windows-oldrel | OK | 148 | ||
| wasm-release | OK | 133 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Perform DDRTree construction | DDRTree |
| Get the top L eigenvalues | get_major_eigenvalue |
| Compute the PCA projection | pca_projection_R |
| calculate the square distance between a, b | sqdist_R |
