diff --git a/DESCRIPTION b/DESCRIPTION index a0eadcd..793b05e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: Signac Title: Analysis of Single-Cell Chromatin Data -Version: 1.10.9000 -Date: 2023-06-28 +Version: 1.10.9001 +Date: 2023-07-28 Authors@R: c( person(given = 'Tim', family = 'Stuart', email = 'stuartt@gis.a-star.edu.sg', role = c('aut', 'cre'), comment = c(ORCID = '0000-0002-3044-0897')), person(given = 'Avi', family = 'Srivastava', email = 'asrivastava@nygenome.org', role = 'aut', comment = c(ORCID = '0000-0001-9798-2079')), diff --git a/NEWS.md b/NEWS.md index 32465e6..acf377b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,10 @@ Bug fixes: * Fix error when supplying genome string to `AddMotifs()` function ([#1437](https://github.com/stuart-lab/signac/issues/1437)) +Other changes: + +* Added `region_extension` parameter to `TSSEnrichment()` function to enable changing the size of the region used to compute TSS enrichment scores ([#1444](https://github.com/stuart-lab/signac/pull/1402); @twmcart) + # Signac 1.10.0 New functionality: @@ -13,7 +17,7 @@ New functionality: Bug fixes: -* Fixed error in `GetReadsInRegion()` when no fragments present that overlap the region (@rockweiler; [#1348](https://github.com/stuart-lab/signac/pull/1348)) +* Fixed error in `GetReadsInRegion()` when no fragments present that overlap the region (@nrockweiler; [#1348](https://github.com/stuart-lab/signac/pull/1348)) * Make motif names unique to avoid errors in motif-related functions ([#1311](https://github.com/stuart-lab/signac/issues/1311)) * Ignore missing seqnames when constructing a Motif object ([#1381](https://github.com/stuart-lab/signac/issues/1381)) * Fixed error in `BigwigTrack()` ([#1389](https://github.com/stuart-lab/signac/issues/1389))