- obj
A RCNA_object type object - parameters will be pulled from the object instead, specifically from the `gcParams` slot.
- ...
Additional arguments (unused)
- df
Path to the config file, or a `data.frame` object containing the valid parameters. Valid column names are `file.raw.coverage`, `file.gc.factor`, `file.corrected.coverage`, and `sample.names`. Additional columns will be ignored.
- sample.names
Character vector of sample names. Alternatively can be specified in `df`.
- ano.file
Location of the annotation file. This file must be in CSV format and contain the following information (with column headers as specified): "feature,chromosome,start,end".
- out.dir
Output directory for results. A subdirectory for results will be created under this + `/nkr/`.
- ncpus
Integer number of CPUs to use. Specifying more than one allows this function to be parallelized by feature.
- file.raw.coverage
Character vector listing the raw input coverage files. Must be the same length as `sample.names`. Alternatively can be specified in `df`.
- file.corrected.coverage
Character vector listing the corrected input coverage files. If not specified new names will be generated based on the raw coverage files.
- file.gc.factor
Character vector listing the GC factor files used to correct coverage. If `estimate_gc=FALSE` then this must be provided. Otherwise it is ignored.
- win.size
Size in base pairs of the sliding window used to estimate and correct the GC bias.
- gc.step
Bin size for GC bias in the GC factor file. If the GC factor file is provided then the file must have corresponding bin sizes.
- estimate_gc
Logical determining if GC content estimation should be performed. If set to `FALSE` then a factor file must be provided via `file.gc.factor` or in `df`.
- verbose
If set to TRUE will display more detail