Description Usage Arguments Value Author(s) Examples
Retrieve a differential expression dataset computed with DESeq2
1 2  | ## S4 method for signature 'DsATAC'
getDESeq2Dataset(.object, regionType, designCols, ...)
 | 
.object | 
 
  | 
regionType | 
 character string specifying the region type  | 
designCols | 
 column names in the sample annotation potentially used to create the design matrix  | 
... | 
 parameters passed on to   | 
DESeqDataSet as returned by DESeq2::DESeq
Fabian Mueller
1 2 3 4 5 6  | ## Not run: 
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
dds <- getDESeq2Dataset(dsa, "IA_prog_peaks", designCols=c("donor", "stimulus", "cellType"))
dds
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.