Compare two cell types across the entire panel
getBetweenCellTypeDE(
con.obj,
groups = NULL,
sample.groups = NULL,
cooks.cutoff = FALSE,
refgroup = NULL,
altgroup = NULL,
min.cell.count = 10,
independent.filtering = FALSE,
cluster.sep.chr = "",
return.details = TRUE,
only.paired = TRUE,
remove.na = TRUE
)
Returns either a DESeq2::results() object, or if return.details=TRUE, returns a list of the DESeq2::results(), the samples from the panel to use in this comparison, refgroups, altgroup, and samplegroups
conos object
factor describing cell grouping (default=NULL)
a named list of two character vectors specifying the app groups to compare (default=NULL)
boolean cooksCutoff parameter for DESeq2 (default=FALSE)
cell type to compare to be used as reference (default=NULL)
cell type to compare to be used as ALT against refgroup (default=NULL)
numeric Minimum number of cells per celltype/sample combination to keep (default=10)
boolean Whether to use independentFiltering parameter for DESeq2 (default=FALSE)
character string of length 1 specifying a delimiter to separate cluster and app names (default='<!!>')
boolean Return detailed results (default=TRUE)
boolean Only keep samples that that both cell types above the min.cell.count threshold (default=TRUE)
boolean If TRUE, remove NAs from DESeq calculations (default=TRUE)