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