I find that
x<-import (pipe("head my.bed"),'bed')
succeeds, thank you very much ;)
whereas both of the following
x<-import.bed(pipe("head my.bed"))
x<-import.bed(pipe("head my.bed"),'base',TRUE)
hang, never returning and using CPU ;(
Is there a difference I am not appreciating, or is this a BUG?
Thanks,
Malcolm Cook
Stowers Institute for Medical Research
sessionInfo()
R version 2.14.0 (2011-10-31)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] rtracklayer_1.14.4 RCurl_1.9-4 bitops_1.0-4.1
loaded via a namespace (and not attached):
[1] BSgenome_1.22.0 Biostrings_2.22.0 GenomicRanges_1.6.4
[4] IRanges_1.12.5 XML_3.6-2 tools_2.14.0
[7] zlibbioc_1.0.0