heat_map_tp_maxuptake_proc: Preparatory function for heat map of maximum procent...

View source: R/plot_heat_map_max_uptake_proc.R

heat_map_tp_maxuptake_procR Documentation

Preparatory function for heat map of maximum procent deuteration per residue.

Description

Returns heat map

Usage

heat_map_tp_maxuptake_proc(
  df,
  dfup,
  pv,
  sd,
  ranges = c(-Inf, seq(-30, 30, by = 10), Inf),
  pv_cutoff = 0.01,
  replicates = 3
)

Arguments

df

average data frame for procent deuteration. Generated using ave_timepoint() function.

dfup

average data frame for deuteration uptake. 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.

Value

Maximum uptake heat map for timepoints


mkajano/HDXBoxeR documentation built on April 23, 2024, 12:28 a.m.