Description Usage Arguments Value
View source: R/exome_bins_from_txdb.R
extract exome bins for peak calling given a txdb object
1 | exome_bins_from_txdb(txdb, window_size = 25, step_size = 25)
|
txdb |
A |
window_size |
An integer valued number of the width of the sliding windows or bins. |
step_size |
An integer valued number of the width of the bin steps. |
A GRanges
object of exonic bins with the names corresponding to the indexes of bins.
A metadata colomn named gene_id is attached to indicate its gene ID, which is provided by the txdb object.
The gene IDs are divided into multiple ones if the gene contains exons that belong to different chromosomes and strands.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.