splitBp | R Documentation |
Split each record in a bedfile df into 2 breakpoints
splitBp(bed)
bed |
a bed file as a data frame. column names are unimportant but columns 1:3 must follow bed order (chromosome, start, end) |
returns a bed file with
Each record is split in two records of length 1: Record 1 is start to start+1 and record 2 is end-1 to end.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.