Check Clustered Genes Dataframe for Required Conditions
check_clustered_hits.Rd
This function checks if a given dataframe `clustered_genes` contains the required columns `gene` and `cluster`. The `gene` column must contain only character strings of length 1, and the `cluster` column must contain only integers. If any condition is not met, the function stops the script and produces an informative error message.