plot2dTppFcHeatmap: Plot heatmap of 2D thermal profile fold changes of a protein...

Description Usage Arguments Value Examples

View source: R/plot_funcs.R

Description

Plot heatmap of 2D thermal profile fold changes of a protein of choice

Usage

1
plot2dTppFcHeatmap(df, name, drug_name = "", midpoint = 1)

Arguments

df

tidy data frame of a 2D-TPP dataset

name

gene name (clustername) of protein that should be visualized

drug_name

character string of profiled drug name

midpoint

midpoint of fold changes for color scaling, default: 1

Value

A ggplot displaying the thermal profile as a heatmap of fold changes of a protein of choice in a dataset of choice

Examples

1
2
3
data("simulated_cell_extract_df")
plot2dTppFcHeatmap(simulated_cell_extract_df, 
 "tp2", drug_name = "drug1")

TPP2D documentation built on Nov. 8, 2020, 4:54 p.m.