### Load the BED file using the readBed function or use the example dataset:
data(chp2,package="ionflows")
### Load the BSgenome from which the genomic sequences of the amplicons in
### the BED file are to be extracted from, for example the BSgenome.Hsapiens.UCSC.hg19
### package for the UCSC hg19 build, which should be priorly installed .
## Not run: library(BSgenome.Hsapiens.UCSC.hg19)
### Run flowsPanel
## Not run: flowsPanel(chp2,BSgenome.Hsapiens.UCSC.hg19)
### A BED file can also be directly loaded into R:
## Not run: dset <- readBed("path/to/bed")
## Not run: flowsPanel(dset,genom)
Run the code above in your browser using DataLab