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.csv
andopac_meninges.png
files in thedata
subdirectory - Modify or add new data to the
structures.csv
andangles.csv
files - Run
process.R
to 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.qmd
and returns one md report for every strain, from which the file name is deducedprocess.R
: this script preprocesses thestructures.csv
andangles.csv
that reside in thedata
subdirectory and returnsprocessed_data.csv
as 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