read_amplicons_bed | R Documentation |
Read bed file describing coverage of tapestri amplicons
read_amplicons_bed(bed, format = c("GRanges", "data.table"))
bed |
path to a 4 column .bed file. The four columns are: chrom, chromStart, chromEnd, name. |
format |
Either |
## Not run:
gr_amplicons <- read_amplicons_bed("path/to/bed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.