Description Usage Arguments Value Examples
Import bed file
1 | importBedFile(path)
|
path |
path to bed file |
A table containing genome positions
1 2 3 4 | library(umiAnalyzer)
bed_dir <- system.file("extdata", "simple.bed", package = "umiAnalyzer")
bed <- importBedFile(path = bed_dir)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.