An open API service indexing awesome lists of open source software.

https://github.com/jep9731/professional-mining-directories

This repository will contain R code used to datamine through directories and subdirectories to find specific files and copy them into another location
https://github.com/jep9731/professional-mining-directories

clinical-data clinical-research professional r

Last synced: 3 months ago
JSON representation

This repository will contain R code used to datamine through directories and subdirectories to find specific files and copy them into another location

Awesome Lists containing this project

README

          

# ⛏️ Mining Directories: Tau PET Static Imaging Pipeline

This repository contains a script to extract and process static tau PET scan records from structured imaging data. It is part of the Imaging Core’s internal pipeline for validating longitudinal PET imaging directories.

---

## πŸ“œ Script Summary

### πŸ“‚ `tPET_static.R`

This script performs:
- Static scan extraction from multi-source directories
- Directory name harmonization and tracer/phase validation
- Summary statistics by scan type and participant

---

## πŸ“ Required Data Files (Internal Access Only)

> πŸ”’ These files reside in a **shared lab directory** accessible only to approved Imaging Core personnel. Place them in a local `data/` folder when running this script.

| Filename | Description |
|--------------------------------------------------------------------------|--------------------------------------------------|
| `ImagingCoreDatabase-Stub_DATA_2025-06-04_1233.csv` | Participant Demographic information |
| `ImagingCoreDatabase-ICTauPETReads_DATA_2025-06-04_1233.csv` | Clinical read summaries for tau PET |

---

## ▢️ How to Run

1. Open `tPET_static.R` in **RStudio**.
2. Install required R packages (if not already):
```r
install.packages(c("dplyr", "stringr", "readr"))