R/DsASC-class.R
setAccessibility.RdPopulates the accessibility slot and coord$peaks. The peak
matrix is typically produced by ChrAccR / your 02_ChrAccR.R step.
setAccessibility(dsObj, peakMat, peakGr)A DsASC object.
Matrix of peak counts [peak x sample]. rownames = peak IDs,
colnames must contain every getSamples(dsObj).
GRanges of consensus peaks. names(peakGr) must match rownames(peakMat).
The updated DsASC object.