Description Usage Arguments Value Examples
read a bed file into a GenomicRanges like format. forcing UCSC format for chromosomes names.
1 | readBedFile(filename, arePeaks = FALSE)
|
filename |
the bed filename. |
arePeaks |
a flag indicating if the the bed file represents peaks. |
GRanges object
1 2 3 | bedFile <- list.files(system.file("extdata/bed",package="DEScan2"),
full.names=TRUE)
gr <- readBedFile(bedFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.