Helper to fix meta-data columns to be R conform
fix_meta_data_column.RdThis function will update the specified columns in the metadata of an
BulkDge() or BulkCoExp() to be conform with R standard
naming convetions. This is useful to do before running DGE methods as they
expect standardised names.
Arguments
- object
The underlying object, either
BulkCoExp()orBulkDge().- col_names
Character vector. The columns to fix.
- ...
Additional arguments to parse to the functions.