You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve transcription start sites for genes for use with ATAC data.
This could be similar to the GenomicFeatures::promoters function (description available in this vignette) which:
The promoters function computes a GRanges object that spans the promoter region around the transcription start site for the transcripts in a TxDb object. The upstream and downstream arguments define the number of bases upstream and downstream from the transcription start site that make up the promoter region.
Description of feature
Retrieve transcription start sites for genes for use with ATAC data.
This could be similar to the
GenomicFeatures::promoters
function (description available in this vignette) which:This could be done using
bioframe.expand
(though that is currently not strand aware: open2c/bioframe#144). This could instead by done withibis
with:ifelse
The text was updated successfully, but these errors were encountered: