Description Usage Arguments Value Examples
Convert BED file into data.frame of count windows
1 | getWindows(filename, chr = FALSE)
|
filename |
filename of the BED file with absolute or relative path (structure of BED file without header: chromosome, exon start, exon end, exon name) |
chr |
indicates whether naming contains chr prefix |
a data.frame with the contents of the BED file with an additional gene name and exon name column
1 2 3 | bed <- list.files(system.file("extdata", package = "panelcn.mops"),
pattern = ".bed$", full.names = TRUE)
countWindows <- getWindows(bed)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.