This repository contains a workflow to study the distribution of tertiary lymphatic structures in the meninges of rodents. Currently, results are available for the following strains:
Cross-strain comparisons were performed for the following combinations of strains:
All reports and plots can be accessed from the reports subdirectory or clicking in one of the links above.
To obtain results from new data, the analysis should be executed locally based on the following steps:
- Clone this repository on your local machine
- Store the
structures.csv,angles.csvandopac_meninges.pngfiles in thedatasubdirectory - Modify or add new data to the
structures.csvandangles.csvfiles - Run
process.Rto obtain a new version of the processed data saved asprocessed_data.csv - Run
main.R. If new strains were added, include their names in the list found in this script
main.R: this script runsmeninges_report.qmdand returns one md report for every strain, from which the file name is deducedprocess.R: this script preprocesses thestructures.csvandangles.csvthat reside in thedatasubdirectory and returnsprocessed_data.csvas outputglobals.R: this script imports necessary packages and defines custom constants and functions used by the other scriptsmeninges_report.qmd: this Quarto notebook hosts the code that performs the within-strain analysis and generates the corresponding plotscomparison.qmd: this Quarto notebook hosts the code that performs the between-strain analysis and generates the corresponding plots