Check if meta data columns are present in object and return vector of found columns Return warning messages for meta data columns not found.
Meta_Present_LIGER(liger_object, meta_col_names, print_msg = TRUE)
object name.
vector of column names to check.
logical. Whether message should be printed if all features are found. Default is TRUE.
vector of meta data columns that are present
if (FALSE) {
meta_variables <- Meta_Present_LIGER(liger_object = obj, meta_col_names = DEG_list,
print_msg = TRUE)
}