Skip to contents

This function merges annotation information into a single `top_table` dataframe based on the `feature_nr` column.

Usage

merge_top_table_with_annotation(top_table, annotation)

Arguments

top_table

A dataframe containing the `top_table` with a `feature_nr` column.

annotation

A dataframe containing the annotation information.

Value

A dataframe with updated `top_table` containing merged annotation information.