Recent Releases of Signac
Signac - 1.15.0
New features:
- Added
group.orderparameter toRegionPlot()andRegionHeatmap()functions to control order of plotted groups (#1745)
Bug fixes:
- Fix object subsetting when
RegionMatrix()position enrichment information is present in the object. - Fix error in
RegionPlot()x-axis (@cmf1997; #1899)
Other changes:
- Enable using a 6-column fragment file (#1945)
- Improve error messages for
FindMotifs()(#1788) - Add documentation about the required format for gene annotations, and ensure this format is present when creating the assay (#1797; @lldelisle)
- Add an option to force
FeatureMatrix()to return as many rows as input granges (@lldelisle; #1803)
- R
Published by timoast 6 months ago
Signac - 1.14.0
New features:
- Added
SortIdents()function to automatically order cell metadata according to similarity (@JavenTyr)
Other changes:
- Change to SeuratObject v5.0.2 dependency
- Increase R dependency to 4.1
- Deprecate
CoverageBrowser() - Add informative error message for
ClosestFeature()when gene annotations are not present in the object (#1681) - Fix error in
CreateChromatinAssay()when supplying a pre-computed Motif object (#1657) - Fix error in
CoveragePlot()when combiningcellsandgroup.byparameters (#1724) - Added warning in
FeatureMatrix()when requested features are on seqnames not present in the fragment file (#1754)
- R
Published by timoast over 1 year ago
Signac - 1.13.0
Bug fixes:
- Fix bug in
SetAssayData()forChromatinAssayobjects (#1538) - Fix bug in
TSSEnrichment()causing error on small example dataset (#1563) - Fix errors when using a CSI index (#1494)
- Fix error in
Footprint()when running on a small number of regions (#1614) - Fix error in
CoveragePlot()andPlotFootprint()when setting bothidentandsplit.byparameters (#1660) - Fix bug in
MatchRegionStats()when NA values are present in only some of the feature metadata rows (#1655)
Other changes:
- Add ability to plot links for certain genes only in
CoveragePlot()(#1459) - Add
corSparse(), remove qlcMatrix from suggested packages (#1570) - Update documentation for
GetLinkedPeaks()andGetLinkedGenes()(#1654)
- R
Published by timoast almost 2 years ago
Signac - 1.11.0
Bug fixes:
- Fix error when supplying genome string to
AddMotifs()function (#1437) - Fix error in quantification with multiple fragment files (#1474)
Other changes:
- Added
region_extensionparameter toTSSEnrichment()function to enable changing the size of the region used to compute TSS enrichment scores (#1444; @twmcart) - Allow fragment files with a CSI index (#1494)
- R
Published by timoast over 2 years ago
Signac - 1.10.0
New functionality:
- Added
DensityScatter()function - Added
scale.linewidthparameter toLinkPlot()(#1412)
Bug fixes:
- Fixed error in
GetReadsInRegion()when no fragments present that overlap the region (@rockweiler; #1348) - Make motif names unique to avoid errors in motif-related functions (#1311)
- Ignore missing seqnames when constructing a Motif object (#1381)
- Fixed error in
BigwigTrack()(#1389) - Fixed bug in
RegionMatrix()where regions on minus strand were not handled correctly (#1368)
Other changes:
- Improved documentation for
AddMotifs()function (#1361)
- R
Published by timoast over 2 years ago
Signac - 1.9.0
Bug fixes:
- Fixed Motif object subsetting when using only one feature (#1266)
- Avoid error in chromVAR when matrix contains NA values (#1254)
- Fixed error in
CoveragePlot()when settingshow.bulk=TRUE(#1294)
Other changes:
- Improved error message when no fragment file information stored (#1236)
- Add
tolparameter toRunSVD()to control theirlba::irlba()tolparameter - Added
split.byparameters toCoveragePlot()andPlotFootprint()(#523)
- R
Published by timoast about 3 years ago
Signac - 1.8.0
Bug fixes:
- Fixed bug in Motif object subsetting (#1162)
- Fixed bug in
FeatureMatrix()where cell names would not be converted correctly when running withcells=NULL(#1198) - Fixed bug causing crash when fragment file line lengths are very large (#723)
Other changes:
- Improved fold change calculation (#1174)
- Added
subset()method forFragment-class objects - Set random seed within
CoverageTrackto enable reproducible coverage plots (#1206) - Add ability to plot region using gene name in
PeakPlot(),LinkPlot(), andAnnotationPlot()(#919) - Change
Motifclass definition to allow anyCsparseMatrixin the data slot
- R
Published by timoast over 3 years ago
Signac - 1.7.0
New functionality:
- Added
methodparameter toLinkPeaks()(@saketkc; #1030) - Added ability to plot transcript isoforms (set
annotation="transcript"inCoveragePlot()) - Added multiple testing correction to
FindMotifs(), and newp.adjustcolumn in output dataframe - Added
p.adjust.methodparameter toFindMotifs()to control multiple testing correction method used
Bug fixes:
- Fixed bug in
CallPeaks()when project name contained whitespace (#981) - Fixed bug in
CoveragePlot()whentile=TRUE - Fixed bug in
InsertionBias()that set the coordinates beyond the end of some chromosomes (#986) - Fixed bug in
BigwigTrack()when supplying a single bigwig file (#1053) - Fixed bug in
GeneActivity()when specifying biotypes (#1058) - Fixed bug in
GeneActivity()when gene name is an empty string (#1055) - Fixed bug in
FeatureMatrix()when using list of Fragment objects (#1056) - Fixed bug in
RegionMatrix()when running on objects containing renamed cells (#1076) - Fixed bug in
Footprint()when using a FASTA file (#1092) - Fixed bug in
Footprint()when using list of genomic regions (#1098) - Add check for invalid features in
FindMotifs()(#1109)
Other changes:
- Improved error message when no fragment file is supplied in
CallPeaks()(#1062) - Moved
Seurat,ggforce,ggrepel,ggseqlogo,lsa,qlcMatrixto suggested packages - Added progress bar to
GetGRangesFromEnsDb()
- R
Published by timoast over 3 years ago
Signac - Version 1.6.0
New functionality:
- Added
RegionHeatmap()function - Added
RegionPlot()function - Added
RegionMatrix()function - Added
MotifCounts()function - Added ability to plot multiple assays simultaneously in
CoveragePlot()by providing a list of assay names - Added
assay.scale,bigwig.scale, andsplit.assayparameters toCoveragePlot() - Added new option to provide quantile
ymaxvalue inCoveragePlot() - Added
bigwig.scaleandymaxparameters toBigwigTrack() - Added
peak.slotparameter toLinkPeaks()(#932)
Bug fixes:
- Fixed behaviour of
min.featuresparameter inCreateChromatinAssay()to retain cells with>= min.features(#902) - Fixed behaviour of
min.cellsparameter inLinkPeaks()(#932)
Other changes:
- R
Published by timoast almost 4 years ago
Signac - Version 1.5.0
Bug fixes:
- Fixed bug in
FeatureMatrix()when cells information not present in Fragment object (#803) - Fixed bug in object merging (#804)
- Add ability to run
LinkPeaks()using Ensembl IDs (#858) - Fix issue in
GeneActivity()when gene names areNA(#865) - Fix bug in
FeatureMatrix()when only one region supplied - Allow negative values in
ExpressionPlot()when using scaled data (#893)
Other changes:
- Added
idfparameter toRunTFIDF()to use precomputed IDF vector - Added
gene.idparameter toGeneActivity()to allow output genes named using gene ID (#837) - Added
sepparameter toConnectionsToLinks()(#841)
- R
Published by timoast about 4 years ago
Signac - Version 1.4.0
Bug fixes:
- Fixed bug in
FindMotifs()when using only one region as input (#732) - Add check for correct number of columns in fragment file (#748)
- Fixed gene lookup when annotations contain NA values (#771)
- Fixed error in
ClosestFeature()when query contained regions on contigs not present in gene annotation (#758) - Fixed bug in
TSSEnrichment()when using multiple fragment files (#783) - Fixed bug in
CallPeaks()when multiple fragment files used as input - Fixed bug in
CallPeaks()to account for 0-based starts in called peaks - Fixed bug in gene name lookup when gene names contain
-characters (#759)
Other changes:
- Updated documentation for
genomeparameter inAddMotifs()andRunChromVAR()(#712) - Updated the
FoldChange()function to use normalized counts rather than raw counts (#795) - Improved error checking in
GeneActivity()(#797) - Added
formatparameter toCallPeaks()(#682)
- R
Published by timoast over 4 years ago
Signac - Version 1.3.0
Signac 1.3.0
Bug fixes:
- Fixed
LinkPeaks()function when running on a single gene (#629) - Added
fragment.tempdirparameter toCallPeaks()to enable setting directory that split fragment files are written to during peak calling (#579) - Fixed error in
FeatureMatrix()when settingsepparameter (#626) - Fixed peak calling error when group names contain special characters
- Fixed issue with
RenameCells()when cell information not present in Fragment object (#704)
Other changes:
- Improved error checking for
GeneActivity()(#625) - Added
FoldChange()method forChromatinAssay()object that sets proper parameters for chromatin data. This fixes the calculation of fold changes when runningSeurat::FindMarkers()on single-cell chromatin data.
- R
Published by timoast over 4 years ago
Signac - Version 1.2.1
New functionality:
- Added
head()method forFragment-class objects.
Bug fixes:
- Fixed bug in
ChromatinAssaymerging (#596)
Other changes:
- Added support for fragment files containing headers (cellranger-atac v2; #609)
- R
Published by timoast almost 5 years ago
Signac - Version 1.2.0
New functionality:
- Added
BigwigTrack()function to plot data from bigWig files - Added
bigwigandbigwig.typearguments toCoveragePlot()to include bigWig files inCoveragePlot() - Added
region.highlightparameter toCoveragePlot() - Added
biotypesparameter toGeneActivity()andGetTSSPositions()functions - Added
max.widthparameter toGeneActivity() - Added
min.distanceparameter toLinkPeaks()(#561)
Bug fixes:
- Fixed fragment file reading when only one fragment found in requested region (#474)
- Fixed
standard.chromosomesparameter inGetGRangesFromEnsDb()(#513) - Fixed
group.byparameter inPlotFootprint()(#522) - Fixed bug that would cause some gene coordinates used by
GeneActivity()to be incorrect (#521) - Fixed error message in
FindMotifs()(#549) - Fixed bug in
CountsInRegion()(#563)
Other changes:
- Improved speed of ChromatinAssay merging
- Improved error message for
TSSEnrichment()(#485) - Improved error messages when trying to run
ChromatinAssay-specific functions on non-ChromatinAssayassays - Performance improvements
- Changed default value for
ninNucleosomeSignal() - Enabled parallization in
TSSEnrichment()whenfast=TRUE - Added early error checking in
LinkPeaks()(#550) - Change to sparse matrix correlation in
LinkPeaks()(#550) - Moved
biovizBaseandBiostringsto suggested packages - Removed
ggbiodependency - Re-implemented
AnnotationPlot()
- R
Published by timoast almost 5 years ago
Signac - Version 1.1.1
New functionality:
- Added
group.byparameter toPeakPlot()to allow coloring plotted genomic ranges by metadata variables. - Added
peaks.group.byandranges.group.byparameters toCoveragePlot()to allow coloring plotted genomic ranges inCoveragePlot()to be colored by metadata variables.
Bug fixes:
- Update meta feature information (overall peak accessibility) when subsetting objects to avoid counts becoming inaccurate (#332)
- Prevent dropping features when creating a merged ChromatinAssay (#340)
- Fix compilation error when using g++ version <5 (#326)
- Retain motif positions during subset (#364)
- Fix
assayparameter inCoveragePlot() - Fix error when merging ChromatinAssay object (#355)
- Add more informative error message when all features or cells removed by parameter choices in
CreateChromatinAssay()(#387) - Fix bug in
CreateChromatinAssay()when setting bothmin.cellsandmin.featuresarguments (#390) - Improved support for remote fragment files
- Fixed bug in
PlotFootprint()when only one cell in an identity class (#406)
Other changes:
- Added citation information to the package
- Added
SeuratObjectdependency
- R
Published by timoast about 5 years ago
Signac - Version 1.1.0
New functionality:
- Added
CallPeaks()function to call peaks using MACS2. Peaks can be called for different groups of cells separately by setting thegroup.byparameter - Added
LinkPeaks()function to link peaks to correlated genes. - Added
AddMotifs()function to add motif information to a Seurat object or ChromatinAssay. - Added
AggregateTiles()function to combine adjacent genome tiles - Added
rangesparameter toCoveragePlot()to plot addition sets of genomic ranges - Added
show.bulkparameter toCoveragePlot()to plot accessibility of all cells combined - Added ability to remove
Fragmentobjects and modify the file path for existing fragment objects (#206)
Bug fixes:
- Fixed bugs in
AlleleFreq()(#196 and #260) - Fixed bug in
FeatureMatrix()(#205, #291) - Fixed bug in
CreateChromatinAssay()when settingmin.featuresargument (#194) - Fixed bug in
CreateChromatinAssay()when settingmin.cellsargument (#292) - Fixed bug in
TSSEnrichment()when cell information not set for fragment files (#203) - Fixed bug in
TSSEnrichment()when no fragments present in TSS region (#244) - Removed
qvaluecalculation fromFindMotifs()(#223) - Fixed bug in
SetAssayData()when setting thescale.dataslot
Other changes:
- Improved feature matching in
MatchRegionStats()function when matching distribution of multiple features (eg, GC content and overall accessibility) - Changed parameter names in
MatchRegionStats()
- R
Published by timoast over 5 years ago
Signac - Version 1.0.0
This release includes major updates to the Signac package, including new functionality, performance improvements, and new data structures.
The entire package has been updated to use the new ChromatinAssay class for the
storage of single-cell chromatin data. This is an extension of the standard
Seurat Assay that adds additional slots needed for the analysis of chromatin
data, including genomic ranges, genome information, fragment file information,
motifs, gene annotations, and genomic links.
In addition, we have defined a new Fragment class to store information
relating to a fragment file. This makes use of the fragment files within Signac
more robust, as checks are now performed to verify that the expected cells are
present in the fragment file, and that the fragment file or index are not
modified on disk.
Key new functionality:
- Store multiple fragment files: you can now store as many fragment files as needed in a single object, and all functions that use the fragment file will pull data from each of the files. Cell barcodes in the fragment files do not need to match the cell barcodes in the object.
- Use remote fragment files: you can now use all the same functionality with
fragment files hosted on remote servers accessible through
httporftp. - Transcription factor footprinting: New
Footprint()andPlotFootprint()functions for TF footprinting analysis. - Bioconductor methods: call
granges(),findOverlaps(),seqinfo(), and other Bioconductor generic functions directly on theChromatinAssayorSeuratobject. - New multi-modal visualization methods: Jointly visualize RNA expression
and chromatin accessibility using the
CoveragePlot()function. - New interactive visualizations: Interactively browse the genome using the
CoverageBrowser()function. - Mitochondrial lineage tracing: New functions to identify informative mitochondrial alleles, find clonotypes, and predict cell lineage relationships using mitochondrial mutations.
Other changes:
- Updates to
NucleosomeSignal(): we have greatly improved the scalability ofNucleosomeSignal(), and fixed a bug present in previous versions. The score computed byNucleosomeSignal()in 1.0.0 will be different to that computed by previous versions of Signac. - New
CountFragments()function: a fast, memory-efficient function implemented in C++ that counts the total number of fragments for each cell barcode present in a fragment file. - New
fastoption in theTSSEnrichment()function. Setting this toTRUEwill compute the TSS enrichment score per cell without storing the entire cell by TSS position matrix. This can significantly reduce memory requirements for large datasets, but does not allow subsequent plotting of the TSS signal for different groups of cells. - New
TilePlot()function andtileparameter forCoveragePlot()to plot Tn5 integration events in a genomic region for individual cells. - Performance improvements for
FeatureMatrix(),CoveragePlot(), andTSSEnrichment() - Added the manually curated hg38 genomic blacklist regions curated by Anshul
Kundaje and Anna Shcherbina. These are available as the
blacklist_hg38_unifiedobject. - Updated the
FRiP()function to use total fragment counts per cell stored in object metadata.
- R
Published by timoast over 5 years ago
Signac - Version 0.2.5
- New
DepthCorfunction to compute the correlation between sequencing depth and reduced dimension components. - Performance improvements for
RunTFIDF. - Removed option to use EnsDb object in
ClosestFeaturesandCoveragePlot. Use GRanges instead. - Removed
ucscparameter fromCoveragePlot. - Fixed bug in FeatureMatrix that would cause fragments to be counted multiple
times if
nchunkwas greater than the number of features used. - Fixed bug in
CoveragePlotthat would prevent plotting multiple regions when usingGRanges. - Fixed bug in
CoveragePlotthat would prevent plotting when a different assay was active. - Removed dependencies: GenomicFeatures
- Moved dependencies to suggests: Biostrings, BSgenome
- Removed from suggests: BSgenome.Hsapiens.UCSC.hg19, EnsDb.Hsapiens.v75, JASPAR2018
- R
Published by timoast over 5 years ago
Signac - Version 0.2.1
Changes:
- Removed
SingleCoveragePlotfrom exported functions - Added executable examples for all functions
- Store raw SVD output in DimReduc misc slot in
RunSVD - Fixed strand orientation for gene plot in
CoveragePlot - Fix missing x-axis when plotting peaks but not genes in
CoveragePlot
- R
Published by timoast about 6 years ago
Signac - Version 0.2.0
Changes:
* Removed dependency on TFBSTools, motifmatchr, AnnotationDbi, ggbio, AnnotationFilter
* Renamed PeriodPlot to FragmentHistogram
* Removed motif dimension reduction functions
* Removed motif clustering functions
* Removed neighbors and reductions slots from motif class
* Added motif.names slot to motif class
* Added ability to plot peak ranges in CoveragePlot
* Added ability to plot gene annotations from GRanges object
* Changed gene plot style in CoveragePlot
* Allow passing additional arguments to FilterFragments
* Add inst/extdata
* Change DESCRIPTION file so that Bioconductor dependencies are automatically installed
- R
Published by timoast about 6 years ago