zwdzwd / sesame

🍪 SEnsible Step-wise Analysis of DNA MEthylation BeadChips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with predictAgePheno

prajkta9 opened this issue · comments

I get the following error with predictAgePheno:

Error in predictAgePheno(betas) : 
  could not find function "predictAgePheno"

I am using Sesame version 1.14.2 and R version 4.2.0 .

Thanks.

Sorry. This function has been dropped lately, in the latest version (1.15.6), we have let the users supply the needed model explicitly, like

model <- sesameAnno_get("Anno/EPIC/Clock_PhenoAge.rds")
predictAge(betas, model)