Description Usage Arguments Value Author(s) Examples
Return a SummarizedExperiment
object of count values
1 2 | ## S4 method for signature 'DsATAC'
getCountsSE(.object, type, naIsZero = TRUE)
|
.object |
|
type |
character string specifying the region type |
naIsZero |
should |
SummarizedExperiment
containing counts for each region and sample
Fabian Mueller
1 2 3 4 5 6 | ## Not run:
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
se <- getCountsSE(dsa, "IA_prog_peaks")
se
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.