View source: R/plot_heat_map_tp.R
| heat_map_tp | R Documentation | 
Returns heat map
heat_map_tp(
  df,
  pv,
  sd,
  ranges = c(-Inf, seq(-30, 30, by = 10), Inf),
  pv_cutoff = 0.01,
  replicates = 3
)
df | 
 average data frame. Generated using ave_timepoint() function.  | 
pv | 
 pvalues dataframes calculated using pv_timepoint() function  | 
sd | 
 standard deviation data.frame generated using sd_timepoint function  | 
ranges | 
 ranges for coloring scheme. Default set to c(-Inf, seq(-30, 30, by=10), Inf)  | 
pv_cutoff | 
 p-value cutoff here set up to 0.01  | 
replicates | 
 number of replicates in sample. Default set to 3.  | 
heat map for timepoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.