Krapina endocast update (open data & code)

In the Summer of 2019 I worked with some great Vassar undergrads to make virtual endocasts and generate new brain size estimates for the Neandertals from the site of Krapina, which we then published in 2021 (discussed in this blog post). The virtual approach to endocast reconstruction uses 3D landmark-based geometric morphometrics methods, and so in the spirit of open science we also published all the landmark data used for the study (as well as a bunch of other fossil human brain size estimates) in the Zenodo repository (here).

Neandertal fossil specimens Krapina 3 (purple/green) and Krapina 6 (yellow/red) with preserved landmarks and virtually reconstructed endocasts.

Something major and global happened around that time — who can even remember what? — and so I never got around to posting R code to accompany the study. So, I’ve finally gotten around to adding some very basic code to the Zenodo entry (better late than never). The code simply reads in the landmarks, estimates missing data for fossils, and does some very basic shape analysis and visualization. It’s doesn’t get into all the nuts and bolts of our study, but it should be enough to help folks check our data or get started with shape analysis in R.

R code includes ways to visualize the landmark data. Left: Principal components analysis graph of endocast shape for humans (red) and Neandertals (blue). Right: Triangle meshes of the average human and Neandertal endocast shapes, viewed from the left, bottom, and back.

Original article

Cofran Z, Boone M, Petticord M. 2021. Virtually estimated endocranial volumes of the Krapina Neandertals. American Journal of Physical Anthropology 174: 117–128. (link)

Leave a comment