Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ Imports:
Collate:
'RcppExports.R'
'Signac-package.R'
'generics.R'
'bigwig.R'
'classes.R'
'data.R'
'differential_accessibility.R'
'generics.R'
'dimension_reduction.R'
'footprinting.R'
'fragments.R'
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export(DensityScatter)
export(DepthCor)
export(DownsampleFeatures)
export(EnrichedTerms)
export(ExportBigwig)
export(ExpressionPlot)
export(Extend)
export(FRiP)
Expand Down Expand Up @@ -296,6 +297,7 @@ importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,reduce)
importFrom(GenomicRanges,resize)
importFrom(GenomicRanges,seqnames)
importFrom(GenomicRanges,slidingWindows)
importFrom(GenomicRanges,start)
importFrom(GenomicRanges,strand)
importFrom(GenomicRanges,tileGenome)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ regions side-by-side with shared formatting and axis labels
* Added `ReadMQuad()` function to import output from [MQuad](https://github.com/single-cell-genetics/MQuad) for mitochondrial variant analysis
* Added `ReadPWM()` function to read `.pwm` files from a directory into a `PWMatrixList`
* Added `ReadJASPAR()` function to read motifs from a JASPAR-format file into a `PWMatrixList`
* Added `ExportBigwig()` function to export per-group Tn5 insertion coverage tracks as bigwig files

Removed functions:

Expand Down
Loading
Loading