Skip to content
Prev 15566 / 21312 Next

[Bioc-devel] read_bed()

In the end I endeavour to end up with a handful of verbs, with which I can do all tasks in a project.

Regarding the BED files: they're basic bed files, with additional metadata columns to allow traceback. But for the purpose of multicrispr, non need to restrict to those files only. You extraCols works great for me. And for multicrispr examples, I have removed the metadata cols to keep things simple. You were right btw that things went wrong earlier in the column stripping process.

Aditya