From af8a719d5dc638e7dd92df0df664356ddc3a158f Mon Sep 17 00:00:00 2001 From: "Oh, Sungchan" Date: Wed, 31 Jul 2024 09:44:11 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 364af2e..d8c7216 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # DataExploration-AAPF -Exploratory data analysis for AAPF dataset (RGB, HSI, XRAY) +This GitHub repository offers a comprehensive guide to RGB and HSI data generated at the [Ag Alumni Seed Phenotyping Facility (AAPF)](https://ag.purdue.edu/aapf/). Additionally, it includes foundational R tools for transforming AAPF data products (RGB, hyperspectral, X-RAY) into an analysis-ready ([a table, long-format](http://www.cookbook-r.com/Manipulating_data/Converting_data_between_wide_and_long_format/)) dataset. These standardized datasets can be directly used in statistical modeling and visualization. + +## Data Guide + +* [RGB](DataGuide_AAPF_RGB.md) +* [HSI](DataGuide_AAPF_HSI.md) +* XRAY (under construction 🚧) + + +## Available Tools + +* Reshape data product (masterfile, .xlsx) into [long table in R](http://www.cookbook-r.com/Manipulating_data/Converting_data_between_wide_and_long_format/)) +* wef