Add a new column to the obs table
set_sc_new_obs_col.RdAdd a new column to the obs table
Arguments
- object
bixverse::SingleCellsclass.- col_name
String. The name of the column to add.
- new_data
Atomic vector. The data to add to the column. Needs to be of same length as
get_cells_to_keep()and have the same order.