legend_heat_map_tp {HDXBoxeR}R Documentation

Legend for the heatmaps.Extracts names from data.frame

Description

Returns names for legend for the heatmaps

Usage

legend_heat_map_tp(df)

Arguments

df

average data frame. Generated using ave_timepoint() function.

Value

legend for the heatmap

Examples

file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR")
a<- output_tp(file_nm)
legend_heat_map_tp(df=a)

[Package HDXBoxeR version 0.0.1 Index]