Description Usage Arguments Value Examples
read a bam file into a bed like format. forcing UCSC format for chromosomes names.
1 |
file |
Character indicating path to bam file. |
GRanges object.
1 2 3 | files <- list.files(system.file("extdata/bam", package="DEScan2"),
full.names=TRUE)
gr <- readBamAsBed(files[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.