View source: R/genomicRegions.R
bedTobigBed | R Documentation |
Convert a bed file to bigBed. requires the 'bedToBigBed' tool
bedTobigBed(
bedFn,
chromSizes,
bbFn = paste0(gsub("\\.bed$", "", bedFn), ".bb"),
bedToBigBed = "bedToBigBed"
)
bedFn |
filename of the bed file |
chromSizes |
named vector of chromosome sizes |
bbFn |
filename to save the bigBed file to |
bedToBigBed |
executable of the 'bedToBigBed' tool |
nothing of particular interest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.