Skip to content

flerpan01/POP-screening

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project summary

Environmental contaminants are present in human tissues, and many persistent organic pollutants (POPs) with endocrine disruptive properties are detectable in human serum.
In this study the OECD test guideline #456 steroidogenesis assay was scaled up to screen 24 POPs in 96-well microplates for their effects on testosterone and estradiol synthesis, as well as cell viability, using H295R cells. The chemical test library included six polyfluoroalkyl substances (PFAS), five organochlorine pesticides, ten polychlorinated biphenyls (PCBs) and three polybrominated diphenyl ethers (PBDEs), and all compounds were tested at eight concentrations (1 nM to 10 µM). The data was analyzed using a linear mixed-effects model, and Dunnett’s multiple comparison was applied as a post-hoc test.

The code was used in this paper: Screening persistent organic pollutants for effects on testosterone and estrogen synthesis at human-relevant concentrations using H295R cells in 96-well plates

Project structure

The dataset is composed of human H295R cells exposed to 24 POPs compounds with measures collected for activity of estradiol, testosteron and MTT assay. The molar concentration of the compounds range from 0 (control) to 1e-5 mol/L. Experiments were ran in 3 batches. The dataset is curated in an excel file, doc/steroidogenesis_dataset.xlsx (received upon request). code/analysis.R contains the code for statistical analysis (linear mixed-effects model, ANOVA and post-hoc) and will generate (1) plots of all compounds (img/plots.pdf) and (2) the statistical output (data/fit_linear_mixed_model_output.xlsx). All analysis were run in R

project/
├─- code
│   └-- analysis.R
├-- data
│   └-- fit_linear_mixed_model_output.xlsx
├-- doc
│   └-- steroidogenesis_dataset.xlsx
├-- img
│   └-- plots.pdf
└-- README.md

This project was made by the Karlsson Laboratory at Stockholm University, Sweden.

Releases

No releases published

Packages

No packages published

Languages