initialize,Autotuner-method {Autotuner} | R Documentation |
Autotuner
objectThis method updates an Autotuner
object to the latest definition.
## S4 method for signature 'Autotuner' initialize(.Object, data_paths, runfile, file_col, factorCol)
.Object |
The |
data_paths |
A string path pointing at data files to load in Autotuner. |
runfile |
A data.frame of sample metadata. |
file_col |
Character string of the column name of the column within the runfile that contains sample names. |
factorCol |
Character string of the column name of the column within the runfile that contains sample type factor. |
An updated Autotuner
containing all data from
the input object.
Craig McLean