getCountsSE-DsATAC-method: getCountsSE-methods

getCountsSE,DsATAC-methodR Documentation

getCountsSE-methods

Description

Return a SummarizedExperiment object of count values

Usage

## S4 method for signature 'DsATAC'
getCountsSE(.object, type, naIsZero = TRUE)

Arguments

.object

DsATAC object

type

character string specifying the region type

naIsZero

should NAs in the count matrix be considered 0 value (instead of unknown/missing)

Value

SummarizedExperiment containing counts for each region and sample

Author(s)

Fabian Mueller

Examples

## Not run: 
dsa <- ChrAccRex::loadExample("dsAtac_ia_example")
se <- getCountsSE(dsa, "IA_prog_peaks")
se

## End(Not run)

GreenleafLab/ChrAccR documentation built on March 22, 2023, 11:42 p.m.