Skip to content

Commit 1618596

Browse files
committed
fix description
1 parent 7bc5341 commit 1618596

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

DESCRIPTION

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Package: ashapesampler
22
Title: Statistical Package for Generating Alpha Shapes
33
Version: 0.0.0.9000
4-
Authors@R:
5-
c(person("Emily", "Winn-Nunez", email="emily_winn-nunez@brown.edu", role = c("aut", "cre"),
6-
comment = c(ORCID = "0000-0001-6759-5406")), person("Lorin", "Crawford",
7-
email="lorin_crawford@brown.edu", role = "aut",
8-
comment = c(ORCID = "0000-0003-0178-8242")))
9-
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, probabalistic sampling from a known distrubtion, is the computational implementation of the theory derived in that paper. Winn-Nunez et. al. (2024)
4+
Authors@R: c(
5+
person("Emily", "Winn-Nunez", , "emily_winn-nunez@brown.edu", role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0001-6759-5406")),
7+
person("Lorin", "Crawford", , "lorin_crawford@brown.edu", role = "aut",
8+
comment = c(ORCID = "0000-0003-0178-8242"))
9+
)
10+
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, probabalistic sampling from a known distrubtion, is the computational implementation of the theory derived in that paper. Work based on Winn-Nunez et. al. (2024).
1011
License: GPL (>=3)
1112
Imports:
1213
pracma,

0 commit comments

Comments
 (0)