DsATAC.fragmentBed.Rd
Create a DsATAC dataset from multiple input fragment bed files
DsATAC.fragmentBed(
sampleAnnot,
bedFiles,
genome,
regionSets = NULL,
sampleIdCol = NULL,
diskDump = FALSE,
keepInsertionInfo = TRUE
)
data.frame specifying the sample annotation table
either a character vector of the same length as sampleAnnot has rows, specifying the file paths of the bed files for each
sample or a single character string specifying the column name in sampleAnnot
where the file paths can be found
genome assembly
a list of GRanges objects which contain region sets over which count data will be aggregated
column name in the sample annotation table containing unique sample identifiers. If NULL
(default), the function will look for a column that contains the word "sample"
should large data objects (count matrices, fragment data, ...) be disk-backed to save main memory
flag indicating whether to maintain the insertion information in the resulting object. Only relevant when type=="insBam"
.
DsATAC
object