Package: Bioi 0.2.10
Bioi: Biological Image Analysis
Single linkage clustering and connected component analyses are often performed on biological images. 'Bioi' provides a set of functions for performing these tasks. This functionality is implemented in several key functions that can extend to from 1 to many dimensions. The single linkage clustering method implemented here can be used on n-dimensional data sets, while connected component analyses are limited to 3 or fewer dimensions.
Authors:
Bioi_0.2.10.tar.gz
Bioi_0.2.10.zip(r-4.7)Bioi_0.2.10.zip(r-4.6)Bioi_0.2.10.zip(r-4.5)
Bioi_0.2.10.tgz(r-4.6-x86_64)Bioi_0.2.10.tgz(r-4.6-arm64)Bioi_0.2.10.tgz(r-4.5-x86_64)Bioi_0.2.10.tgz(r-4.5-arm64)
Bioi_0.2.10.tar.gz(r-4.7-arm64)Bioi_0.2.10.tar.gz(r-4.7-x86_64)Bioi_0.2.10.tar.gz(r-4.6-arm64)Bioi_0.2.10.tar.gz(r-4.6-x86_64)
Bioi_0.2.10.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
Bioi/json (API)
NEWS
| # Install 'Bioi' in R: |
| install.packages('Bioi', repos = c('https://zcolburn.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/zcolburn/bioi/issues
biological-data-analysisbiologycellcppimage-analysismicroscopycpp
Last updated from:31137ab2a3. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 142 | ||
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 180 | ||
| linux-release-arm64 | OK | 135 | ||
| linux-release-x86_64 | OK | 139 | ||
| macos-release-arm64 | OK | 122 | ||
| macos-release-x86_64 | OK | 223 | ||
| macos-oldrel-arm64 | OK | 201 | ||
| macos-oldrel-x86_64 | OK | 225 | ||
| windows-devel | OK | 142 | ||
| windows-release | OK | 105 | ||
| windows-oldrel | OK | 113 | ||
| wasm-release | OK | 118 |
Exports:.perform_grouping.perform_partitioningeuclidean_linkerfind_blobsfind_min_distsidentify_thresholded_objects
Dependencies:assertthatclicpp11dplyrgenericsglueigraphlatticelifecyclemagrittrMatrixpillarpkgconfigR6Rcpprlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Return the group number for each localization. | .euclidean_linker_cpp |
| For all points in matrix 1, return the distance to and index of the nearest point in matrix 2. | .find_min_dists_cpp |
| Return the group number for each localization. | .perform_grouping |
| Return the group number for each localization. | .perform_partitioning |
| 'Bioi' package | Bioi |
| Return the group number for each localization. | euclidean_linker |
| Assign all neighboring pixels the same group number. | find_blobs |
| For all points in matrix 1, return the distance to and index of the nearest point in matrix 2. | find_min_dists |
| Assign all neighboring pixels the same group number. | identify_thresholded_objects |
