initialize,Autotuner-method {Autotuner}R Documentation

Update an Autotuner object

Description

This method updates an Autotuner object to the latest definition.

Usage

## S4 method for signature 'Autotuner'
initialize(.Object, data_paths, runfile, file_col,
  factorCol)

Arguments

.Object

The Autotuner object to update.

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.

Value

An updated Autotuner containing all data from the input object.

Author(s)

Craig McLean


[Package Autotuner version 1.0.1 Index]