addData_TFActivity.Rd
We do not yet provide full support for this function. It is currently being tested. Use at our own risk.
addData_TFActivity(
GRN,
normalization = "cyclicLoess",
name = "TF_activity",
forceRerun = FALSE
)
Object of class GRN
Character. Default cyclicLoess
. One of cyclicLoess
, sizeFactors
, quantile
, or none
.
Normalization procedure. When set to cyclicLoess
, the csaw
package is required (as it is listed under Suggests
, it may not be installed).
Name in object under which it should be stored. This corresponds to the connectionType
afterwards that some functions iterate over.
TRUE
or FALSE
. Default FALSE
. Force execution, even if the GRN object already contains the result. Overwrites the old results.
An updated GRN
object, with added data from this function
(GRN@data$TFs[[name]]
in particular, with name
referring to the value of tje name
parameter)