signac icon indicating copy to clipboard operation
signac copied to clipboard

An analytics package for single cell data

Results 6 signac issues
Sort by recently updated
recently updated
newest added

- Some functions in Seurat package were exported

Hello, I am trying to find the marker genes of a certain cluster with respect to all other clusters in my Seurat v3 object. In order to do this, I...

Is it possible to control for covariates/latent variables (categorical and continuous variables) during DE?

enhancement

Hello, I am trying to run VeniceFindMarkers on a Seurat v3.1.5 integrated object with the default assay as SCT. Below is the line I'm trying to run. `VeniceFindMarkers(object = integrated,...

Hi, thanks for the very interesting package, I wanted to try it but when installing with devtools i get a bunch of warnings at the compilation stage. the last one...

CoveragePlot( object = pbmc, region = rownames(da_peaks)[c(1,5)], sep = c(":", "-"), annotation = EnsDb.Hsapiens.v75, extend.upstream = 20000, extend.downstream = 20000, ncol = 1 ) This function has error when I...