run_atac.Rd
Run the complete ChrAccR analysis for ATAC-seq data
run_atac(
anaDir,
input = NULL,
sampleAnnot = NULL,
genome = NULL,
sampleIdCol = NULL,
regionSets = NULL,
startStage = "raw",
resetStage = NULL
)
analysis directory
Input object. Can be either NULL
, a character string, a DsATAC
. Set to NULL
when you want to continue a previous analysis
sample annotation table (data.frame
) or NULL
if continuing existing analysis or input is a DsATAC
object
genome assembly. Only relevant if not continuing existing analysis and input is not a DsATAC
object
column name in the sample annotation table containing unique sample Only relevant if not continuing existing analysis and input is not a DsATAC
object
a list of GRanges objects which contain region sets over which count data will be aggregated. Only relevant if not continuing existing analysis and input is not a DsATAC
object
stage where to start the analysis from. can be one of "raw"
, "filtered"
, "processed"
. Only relevant if not continuing existing analysis.
flag indicating whether to reset the analysis directory (i.e. deleting previously generated reports and datasets), when continuing previous analyses (input
argument is NULL
).
DsATAC
object (invisible)