Check whether all entries in vector are found in a dataframe
Usage
is_mapped(vec, lookup_table, lookup_var = "genesymbol")
Arguments
- vec
vector
- lookup_table
dataframe for looking up valuees
- lookup_var
variable in lookup_table for checking overlap with vec
Value
returns whether all entries of the vector where found in the lookup_table (boolean)