Skip to content
Prev 15554 / 21307 Next

[Bioc-devel] read_bed()

Hi Michael,

I removed the additional metadata columns in SRF.bed
https://gitlab.gwdg.de/loosolab/software/multicrispr/blob/master/inst/extdata/SRF.bed

But still can't get rtracklayer::import.bed working:
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : scan() expected 'a real', got '1.168.595'
[1] "C:/Users/abhagwa/Documents/R/R-3.6.1/library/multicrispr/extdata/SRF.bed"

Never mind, multicrispr<https://gitlab.gwdg.de/loosolab/software/multicrispr> function read_bed<https://gitlab.gwdg.de/loosolab/software/multicrispr/blob/master/R/03_read.R>, based on data.table::fread is doing the job, so I will stick to that .

Thank you for all feedback,

Cheers,

Aditya