This helper function determines for each gene in the object whether all required annotation columns are filled.
h_has_req_annotations(object, annotation_required)
(AnyHermesData
)
input object.
(character
)
names of required annotation
columns for genes.
Named logical vector with one value for each gene in object
, which is TRUE
if all
required annotation columns are filled, and otherwise FALSE
.
filter()
where this is used internally.