Deleted:Association of epigenetic age with soil toxic elements
1
0
Entering edit mode
Jitendra ▴ 10
@nabiyogesh-11718
Last seen 25 days ago
United Kingdom

Hi,

I am trying to do association analysis between soil toxic elements and epigenetic age based on road buffer zone by using below code; but could you please suggest any other modelling or data transformation if needed for this analysis. I am just using raw ICP-MS value(mg/kg) toxic element value and epigenetic age acceleration calculated by regressing again chronological age.

raw <- read.table("clean.raw.elements.txt", header=T, sep="\t")
colnames(raw)


model1 <- lm (EpigeneticAgeAcceleration_EEAA ~ 0 + buffer.zone+ buffer.zone:( Zn+ Cu +Hg + Mo +Pb + Smoking_Status + Sex + Age), data = raw)
summary_model1 <- summary(model1)
Regression metaMSdata Epigenetics Statistics • 259 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 682 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6