search for: chr17_chunk1

Displaying 1 result from an estimated 1 matches for "chr17_chunk1".

2011 Dec 21
1
Looping over files
...n inside a loop for all the files at a time but can't figure out how to do it. Any hep is appreciated. #### I am trying something like this: flies <- list.files(pattern="dose")??? for(i in files){ ??? dose <- databel(i)[[1]] ??? databel2text <- (databel = dose, file="chr17_chunk1.dose.txt", NAString="NA", row.names=TRUE, col.names=TRUE, transpose=FALSE) ??? }? ??? ??? ######## Thanks, Debs