powered by
Returns heat map on timecourses with raw data.
plot_heat_map_tc( df, replicates = 3, mar_x = 3.5, ranges = c(-Inf, seq(0, 100, by = 10), Inf) )
heat map for time courses
output from function output_tcourse
number of replicates in sample. Default set to 3.
margin x width. Default=3.5
ranges for coloring scheme. Default set to c(seq(0, 100, by=10), Inf)
file_nm<-system.file("extdata", "All_results_table.csv", package = "HDXBoxeR") a<- output_tc(file_nm) plot_heat_map_tc(df=a, replicates=3, ranges=c(seq(0, 100, by=5), Inf)) plot_heat_map_tc(df=a)
Run the code above in your browser using DataLab