Description Usage Arguments Value
View source: R/ucsc_functions.R
This function requires an internet connection.
1 | get_tss_regions(symbols = NULL, expand = 5000, genome = "mm10")
|
symbols |
A character object with gene symbols to retain. If NULL, will return all genes. Default is NULL. |
expand |
Distance from TSS to expand. If a single value is provided, will use this values in both directions. If two values are provided, they will be used to expand regions in the 5' and 3' direction relative to transcription direction. Default is 5000. |
genome |
The genome to use. Default is "mm10". |
a data.frame with columns matching BED format (chr, start, end, name, score, and strand).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.