Displaying 1 result from an estimated 1 matches for "temp_read".
2003 Jan 17
1
More info - S-Plus compatability
...'_Data\\TempFile' is being read
(see copy of ReadIBD.data.SSC below).
ReadIBD.data_function(file) {
### Funtion to read the IBD probability data from GENEHUNTER
### This data was generated from using "Dump IBD" command in
GENEHUNTER
### File = ibd.out file from genehunter
temp_read.table(file, skip=1, col.names=c("pos","pedid", "pair",
"prior.c0", "prior.c1", "prior.c2", "post.c0", "post.c1",
"post.c2"),
row.names=NULL)
write.table(temp$pair,file="_Data\\TempFile")...