Description Usage Arguments Details Value Author(s) See Also Examples
This function convert a bam file into a bed file. Note:bed file is 0-based.
1 2 3 4 5 6 |
atacProc |
|
bamInput |
|
bedOutput |
|
... |
Additional arguments, currently unused. |
The bam file wiil be automatically obtained from
object(atacProc
) or input by hand. Output can be ignored.
An invisible ATACProc-class
object scalar for
downstream analysis.
Wei Zhang
1 2 3 | library(Rsamtools)
ex1_file <- system.file("extdata", "ex1.bam", package="Rsamtools")
bam2bed(bamInput = ex1_file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.