View source: R/utils_imports.R
import.bedo | R Documentation |
.bedo is .bed ORFik, an optimized bed format for coverage reads with read lengths
.bedo is a text based format with columns (6 maximum):
1. chromosome
2. start
3. end
4. strand
5. ref width (cigar # M's, match/mismatch total)
6. duplicates of that read
import.bedo(path)
path |
a character, location on disc (full path) |
Positions are 1-based, not 0-based as .bed. export with export.bedo
GRanges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.