Skip to contents

This function merges annotation information into the `top_table` of each non-logical element in a list.

Usage

merge_annotation_all_levels_clustering(
  all_levels_clustering,
  annotation = NULL
)

Arguments

all_levels_clustering

A list where each element contains a `top_table` dataframe with a `feature_nr` column. Some elements may be logical values.

annotation

A dataframe containing the annotation information.

Value

A list with updated `top_table` dataframes containing merged annotation information.