Description Usage Arguments Value See Also Examples
Extract the TSS or TSR GRanges from the 'experiment' slot.
1 | get_granges(experiment, data_type = c("tss", "tsr"), samples = "all")
|
experiment |
TSRexploreR object. |
data_type |
Get either TSS ('tss') or TSR ('tsr') GRanges. |
samples |
A vector of sample names to analyze. |
List of TSS or TSR GRanges.
get_counts
to get TSS or TSR counts data.frame.
1 2 3 4 5 | data(TSSs_reduced)
exp <- tsr_explorer(TSSs_reduced)
gr <- get_granges(exp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.