importTFData.Rd
We do not yet provide full support for this function. It is currently being tested. Use at our own risk.
importTFData(
GRN,
data,
name,
idColumn = "ENSEMBL",
nameColumn = "TF.name",
normalization = "none",
forceRerun = FALSE
)
Object of class GRN
Data frame. No default. Data with TF data.
Name in object under which it should be stored. This corresponds to the connectionType
afterwards that some functions iterate over.
Character. Default ENSEMBL
. Name of the ID column. Must not be unique as some TFs may correspond to the same ID.
Character. Default TF.name
. Must be unique for each TF / row.
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).
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.