Last updated: 2025-04-22

Checks: 1 1

Knit directory: HairCort-Evaluation-Nist2020/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish to commit the R Markdown file and build the HTML.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 82ad928. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .RData
    Ignored:    .Rhistory
    Ignored:    analysis/.DS_Store
    Ignored:    analysis/.Rhistory
    Ignored:    data/.DS_Store
    Ignored:    data/Test3/.DS_Store
    Ignored:    data/Test4/.DS_Store

Unstaged changes:
    Modified:   analysis/ELISA_Calc_FinalVals_test4.Rmd
    Modified:   analysis/ELISA_QC_test3.Rmd
    Modified:   analysis/ELISA_QC_test4.Rmd
    Modified:   analysis/Test5_design.Rmd
    Modified:   analysis/about.Rmd
    Modified:   analysis/index.Rmd
    Modified:   data/Test3/Data_QC_flagged.csv

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/about.Rmd) and HTML (docs/about.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 26fb948 Paloma 2024-11-11 Update about.Rmd
Rmd 01e25c6 Paloma 2024-11-11 reorg documents
html 01e25c6 Paloma 2024-11-11 reorg documents
html e56ef2f Paloma 2024-10-17 Build site.
html f28b5e3 Paloma 2024-10-17 Build site.
html 4ee17fb Paloma 2024-10-17 Build site.
Rmd 70a7581 Paloma 2024-10-17 about page and index
html 2ed0880 Paloma 2024-10-17 Build site.
Rmd 4594242 Paloma 2024-10-17 about page
html e4cf6f3 Paloma 2024-10-16 initial files
Rmd fd1d59b Paloma 2024-10-16 Start workflowr project.

Background

This document provides an overview of the ELISA protocol employed to measure cortisol concentrations in hair samples. Hair cortisol is a valuable biomarker for long-term stress exposure, offering insights into chronic physiological stress. This protocol was tested with different sample masses and dilutions to optimize accuracy for low-weight samples.

Objectives

The goal of this protocol is to accurately quantify hair cortisol concentrations and validate the effectiveness of Nist et al. 2020 method for measuring physiological stress. The following analyses document each step from sample preparation to data processing and statistical modeling.

Strategy

All samples in this essay were obtained from the same person, and were extracted using the same protocol. The parameters that we want to optimize vary for different samples:

Sample Preparation

  1. Hair Collection: Hair samples are collected from participants and stored in a cool, dry environment until processing.
  2. Sample Processing: Each sample is washed, dried, and ground into a fine powder to ensure homogeneity.
  3. Cortisol Extraction: Cortisol is extracted using methanol, following standard lab procedures to ensure consistent recovery.

ELISA Protocol Summary

The ELISA assay is run on a microplate using a cortisol-specific antibody. After incubation, absorbance readings are measured, and cortisol concentrations are calculated using a standard curve. Samples are prepared in multiple formats:

ASSAY 3

  • Spiked Samples: 25 µL of a known cortisol standard is added to 25 uL of sample.
  • Non-Spiked Samples: 50 µL of unaltered sample for actual measurement.
  • Dilution: reconstitution using 60 uL, or using 250 uL
  • Weight: varies between 11 and 37.1 mg (mean=23.22)

ASSAY 4

  • Spiked Samples:
  • Non-Spiked Samples:
  • Dilution:
  • Weight:

The output from the plate reader, as well as all the information to interpret it, are stored in this repository. We used the original output from Myassays as it provides a better fitting curve than one calculated manually. For further details on calculations used in these analyses, refer to the links in the Home page.