Learn R Programming

HDXBoxeR (version 0.0.2)

legend_heat_map_tp: Legend for the heatmaps.Extracts names from data.frame

Description

Returns names for legend for the heatmaps

Usage

legend_heat_map_tp(df)

Value

legend for the heatmap

Arguments

df

average data frame. Generated using ave_timepoint() function.

Examples

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

Run the code above in your browser using DataLab