This function creates a Cygnus Object from the AIVIA output file format.
If no columns are provided, a Shiny app will be launched to allow
interactive selection of columns.
Usage
CreateCygnus(data.path, markers_col = NULL, meta_col = NULL)
Arguments
- data.path
Character string specifying the path to the data file.
- markers_col
A vector of column names or indices representing markers.
- meta_col
A vector of column names or indices representing metadata.
Value
An object of class CygnusObject
.