hippocampus | R Documentation |
Contains skeletal representations (s-reps) for the hippocampus
shapes of 177
6-month-old infants. The s-reps models include 168
spokes, and hence the directions of the spokes form a sample on the
polysphere (\mathcal{S}^2)^{168}
. There are 34
infants that
later developed autism.
hippocampus
A list with six fields:
an array of size c(177, 168, 3)
with the coordinates of
the base points.
an array of size c(177, 168, 3)
with the coordinates of
the boundary points.
an array of size c(177, 168, 3)
with the directions of
spokes (unit vectors).
a matrix of size c(177, 168)
with the radii of the
spokes.
hippocampi identifiers.
class labels. TRUE
stands for infants that developed
autism and FALSE
for those that did not.
The fitted s-reps data was shared by Prof. Stephen M. Pizer and Dr. Zhiyuan Liu, see Liu et al. (2021) and the repository https://github.com/ZhiyLiu/shanapy. The source for the raw hippocampi data is the Infant Brain Imaging Study (IBIS) network.
Liu, Z., Hong, J., Vicory, J., Damon, J. N. and Pizer, S. M. (2021). Fitting unbranching skeletal structures to objects. Medical Image Analysis, 70:102020. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.media.2021.102020")}
# Load data
data("hippocampus")
attach(hippocampus)
# View ith hippocampus s-rep
i <- 50
view_srep(base = base[i, , ], dirs = dirs[i, , ], bdry = bdry[i, , ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.