getDassieRegions: Extract regions around TSS and PAS and returns a GRanges...

Description Usage Arguments

View source: R/features.R

Description

Convenience function for TSS and PAS regions of same length

Usage

1
2
3
4
5
6
7
getDassieRegions(
  exon_dt,
  tssWindow = 500,
  pasWindow = 1000,
  tx_id = "tx_id",
  remove_redundant = TRUE
)

Arguments

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


mumichae/DASSIE documentation built on Jan. 10, 2020, 12:07 a.m.