From 759c3df3412876fb5cae956d84ff45eb24efa35e Mon Sep 17 00:00:00 2001 From: "Oh, Sungchan" Date: Wed, 31 Jul 2024 09:45:58 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8c7216..8e60453 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # DataExploration-AAPF -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. +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](https://www.r-project.org/) tools for transforming AAPF data products (RGB, hyperspectral, X-RAY) into an analysis-ready ([long format table](http://www.cookbook-r.com/Manipulating_data/Converting_data_between_wide_and_long_format/)) dataset. This standardized dataset can be directly used in statistical modeling and visualization using R. -## Data Guide +## AAPF Data Guide * [RGB](DataGuide_AAPF_RGB.md) * [HSI](DataGuide_AAPF_HSI.md)