Convenience function for TSS and PAS regions of same length
1 2 3 4 5 6 7 | getDassieRegions(
exon_dt,
tssWindow = 500,
pasWindow = 1000,
tx_id = "tx_id",
remove_redundant = TRUE
)
|
exon_dt |
data.table convertible into GRanges, and contain a transcript column that is specified in tx_id. Data must be strand-specific. |
window |
number of bp that the regions should have |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.