Skip to content

Commit

Permalink
updated Description
Browse files Browse the repository at this point in the history
  • Loading branch information
etwinn committed Jan 26, 2024
1 parent 1788ecf commit 7056200
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Version: 1.0.0
Date: 2024-01-11 20:51:52 UTC
SHA: 297de3689221b177848b5aed0511ffecd5760e34
Date: 2024-01-25 23:49:33 UTC
SHA: 1788ecfc6bda151fa4b2bff03590d76a0d5400a0
6 changes: 1 addition & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Authors@R:
comment = c(ORCID = "0000-0001-6759-5406")), person("Lorin", "Crawford",
email="lorin_crawford@brown.edu", role = "aut",
comment = c(ORCID = "0000-0003-0178-8242")))
Description: Understanding morphological variation is an important task in many applications. Recent studies in computational biology have focused on developing computational tools for the task of sub-image selection which aims at identifying structural features that best describe the variation between classes of shapes. A major part in assessing the utility of these approaches is to demonstrate their performance on both simulated and real datasets. However, when creating a model for shape statistics, real data can be difficult to access and the sample sizes for these data are often small due to them being expensive to collect. Meanwhile, the landscape of current shape simulation methods has been mostly limited to approaches that use black-box inference---making it difficult to systematically assess the power and calibration of sub-image models. In this R package, we introduce the alpha-shape sampler: a probabilistic framework for simulating realistic 2D and 3D shapes based on probability distributions which can be learned from real data or explicitly stated by the user. The ashapesampler package supports two mechanisms for sampling shapes in two and three dimensions. The first, empirically sampling based on an existing data set, was highlighted in the original main text of the paper. The second, probabilistic sampling from a known distribution, is the computational implementation of the theory derived in that paper. Work based on Winn-Nunez et. al. (2024).
Description: Understanding morphological variation is an important task in many applications. Recent studies in computational biology have focused on developing computational tools for the task of sub-image selection which aims at identifying structural features that best describe the variation between classes of shapes. A major part in assessing the utility of these approaches is to demonstrate their performance on both simulated and real datasets. However, when creating a model for shape statistics, real data can be difficult to access and the sample sizes for these data are often small due to them being expensive to collect. Meanwhile, the landscape of current shape simulation methods has been mostly limited to approaches that use black-box inference---making it difficult to systematically assess the power and calibration of sub-image models. In this R package, we introduce the alpha-shape sampler: a probabilistic framework for simulating realistic 2D and 3D shapes based on probability distributions which can be learned from real data or explicitly stated by the user. The ashapesampler package supports two mechanisms for sampling shapes in two and three dimensions. The first, empirically sampling based on an existing data set, was highlighted in the original main text of the paper. The second, probabilistic sampling from a known distribution, is the computational implementation of the theory derived in that paper. Work based on Winn-Nunez et al.(2024)<doi:10.1101/2024.01.09.574919>.
License: GPL (>=3)
Imports:
pracma,
Expand All @@ -26,10 +26,6 @@ Suggests:
rgl,
ggplot2,
rmarkdown
LinkingTo:
TDA,
rgl,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
January 25, 2024

Typos in Description file fixed.

Vignette compilation time reduced to under 2 minutes.

## R CMD check results

0 errors | 0 warnings | 1 note
Expand Down

0 comments on commit 7056200

Please sign in to comment.