Closed imk1 closed 7 years ago
In the most recent version, readBed
should accept anything that is not +
or -
and consider that unknown -- so *
or .
should be the same. have you tried the latest version from github (which hasn't been put into bioconductor yet)? I think it should work...
I was using the version in bioconductor. Thanks for the suggestion!
Just letting you know, I've pushed this change now into the dev version of bioconductor (it should build in a few days).
The current input format for readBed requires that the strand be +, -, or . The standard bed format uses . instead of when the strand is unknown (https://genome.ucsc.edu/FAQ/FAQformat.html#format1). It would be great if readBed could be modified so that unknown strands can be . or *. Thank you!