Skip to content

williamagyapong/voles-network-analysis

Repository files navigation

Network Analysis: A comparative Analysis of Centrality Measures for the Brain Subregions of two Populations of Prairie Voles

Visit an accompanying interactive web application built with R and Shiny App here: https://william-agyapong.shinyapps.io/vbna/

Background

Translational research involving animals offers a great opportunity for understanding human behaviors that would otherwise be impossible through a direct study conducted on humans. However, the success of translational research depends largely on the use of appropriate animal models since typical laboratory animals do not exhibit much of the complex social behaviors observed in humans. This is where the prairie vole (Microtus ochrogaster) comes in handy as it has been found to provide an extraordinary animal model that can be used to study several aspects of social cognition, because they establish long-term socially monogamous relationships with mates, provide biparental care and in natural habitats, alloparental behavior is commonly observed. The prairie vole model has already contributed to the better understanding of the neurobiology and genetics of social bonding, parental care, social buffering, the effects of early life experience in later social behavior and social related depression (Ortiz et al., 2018).

Objective

Utilizing functional magnetic resonance imaging (fMRI) data from culturally and behaviorally distinct populations of prairie voles generated by Ortiz et al. (2021), this report conducts a statistical comparison of each of the centrality measures (degree, closeness, betweenness, eigenvector centrality), comparing the two populations of voles (IL and KI). IL and KI denote the prairie male voles from Illinois and male cross-breed off-springs of Kansas dam and Illinois sires, respectively. The goal is to determine if the two populations of prairie voles exhibit any significant differences in prosocial behavior evident from differences in the centrality measures for particular subregions of the brain networks.

Source of data and data description

The data were provided by Richard J. Ortiz, a Research Technician at the Department of Biological Sciences at UTEP, as an excel workbook consisting of three main sheets relevant to our analysis. First sheet contains IL voles brain network data in the form of an adjacency matrix with 111 nodes produced using a vole-specific atlas. The second sheet contains similar data for the KI voles whiles the third provides a list of all nodes which are the region of interest (ROIs) and their corresponding subregions. Edges in the network data are weighted by the absolute Pearson’s correlation coefficients across all node pairs where a 2.3 threshold was used to avoid weak node connections and zero means no connection between any two pairs of nodes.

The various results obtained in this report are highly reproducible not only for the midbrain subregion but for all the other subregions as well; first because all the R codes generating the results are placed side-by-side with the report documentation in an accompanying RMarkdown file, and second via an online web application where the user can interact with to see real time results. To replicate the results for any other subregion, simply provide the name of the particular subregion under the Global settings at the beginning of the RMarkdown file. Alternatively, just select any subregion on the online web application. Below is a link to the online web application:

https://william-agyapong.shinyapps.io/vbna/

All statistical analyses and visualizations were done in the R statistical software.

Refernces

Releases

No releases published

Packages

No packages published

Languages