inst/hannum/preprocess.r

x <- read.csv("hannum-model.csv",stringsAsFactors=F)
coefs <- x[,c("Marker","Coefficient")]
colnames(coefs) <- c("pred.var","coef")
write.csv(coefs, file="coefs.csv",row.names=F)
perishky/meffonym documentation built on April 12, 2025, 5:43 p.m.