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)

Arguments

liger_object

object name.

meta_col_names

vector of column names to check.

print_msg

logical. Whether message should be printed if all features are found. Default is TRUE.

Value

vector of meta data columns that are present

Examples

if (FALSE) {
meta_variables <- Meta_Present_LIGER(liger_object = obj, meta_col_names = DEG_list,
print_msg = TRUE)
}