Entering edit mode
Prashantha Hebbar
▴
260
@prashantha-hebbar-3526
Last seen 5.0 years ago
Hello friends,
I wanted to know a way to merge all yeilds of FastqStreamer as one
ShortReadQ object. Can anybody suggestme a way to do this?
readFq <- lapply(paste(inDataPath,fqFiles,sep=""),
function(fqFiles){
fQ <-FastqStreamer(fqFiles,n=1e6)
while(length(readsFq <- yield(fQ))){
# Collect all chunks
}
return(AllinOneShortReadQ)
})
Regards,
Prashantha
[[alternative HTML version deleted]]