getDESeq2Dataset-DsATAC-method.Rd
Retrieve a differential expression dataset computed with DESeq2
# S4 method for DsATAC
getDESeq2Dataset(.object, regionType, designCols = NULL, compTab = NULL, ...)
DsATAC
object
character string specifying the region type
column names in the sample annotation potentially used to create the design matrix
if design columns are not specified, you can specify a comparison table directly. These comparison tables can be obtained by getComparisonTable(...)
parameters passed on to DESeq2::DESeq
DESeqDataSet
as returned by DESeq2::DESeq
if (FALSE) {
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
dds <- getDESeq2Dataset(dsa, "IA_prog_peaks", designCols=c("donor", "stimulus", "cellType"))
dds
}