Description Usage Arguments Value Author(s)
Create a DsATAC dataset from multiple input files output by snakeATAC
1 2 3 4 5 6 7 8 9 10 11 12 13  | 
sampleAnnot | 
 data.frame specifying the sample annotation table  | 
filePrefixCol | 
 column name specifying the file prefix for each sample in the sample annotation table. If   | 
genome | 
 genome assembly  | 
dataDir | 
 directory where the files are located. If it is the empty character (  | 
regionSets | 
 a list of GRanges objects which contain region sets over which count data will be aggregated  | 
sampleIdCol | 
 column name or index in the sample annotation table containing unique sample identifiers  | 
type | 
 input data type. Currently only "insBed" (insertion beds), "insBam" (insertion info inferred from bam files (aligned reads); default) and "bam" (aligned reads) are supported  | 
diskDump | 
 should large data objects (count matrices, fragment data, ...) be disk-backed to save main memory  | 
keepInsertionInfo | 
 flag indicating whether to maintain the insertion information in the resulting object. Only relevant when   | 
bySample | 
 process sample-by-sample to save memory (currently only has an effect for   | 
pairedEnd | 
 is the input data paired-end? Only relevant when   | 
DsATAC object
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.