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