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.5)Bioi_0.2.10.zip(r-4.4)Bioi_0.2.10.zip(r-4.3)
Bioi_0.2.10.tgz(r-4.4-x86_64)Bioi_0.2.10.tgz(r-4.4-arm64)Bioi_0.2.10.tgz(r-4.3-x86_64)Bioi_0.2.10.tgz(r-4.3-arm64)
Bioi_0.2.10.tar.gz(r-4.5-noble)Bioi_0.2.10.tar.gz(r-4.4-noble)
Bioi_0.2.10.tgz(r-4.4-emscripten)Bioi_0.2.10.tgz(r-4.3-emscripten)
Bioi.pdf |Bioi.html✨
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-analysismicroscopy
Last updated 5 years agofrom:31137ab2a3. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | OK | Nov 05 2024 |
R-4.5-linux-x86_64 | OK | Nov 05 2024 |
R-4.4-win-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-aarch64 | OK | Nov 05 2024 |
R-4.3-win-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-aarch64 | OK | Nov 05 2024 |
Exports:.perform_grouping.perform_partitioningeuclidean_linkerfind_blobsfind_min_distsidentify_thresholded_objects
Dependencies:assertthatclicpp11dplyrfansigenericsglueigraphlatticelifecyclemagrittrMatrixpillarpkgconfigR6Rcpprlangtibbletidyselectutf8vctrswithr
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 |