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

View source: R/plot_funcs.R

plot2dTppFcHeatmapR Documentation

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

Description

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

Usage

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


data("simulated_cell_extract_df")
plot2dTppFcHeatmap(simulated_cell_extract_df, 
 "tp2", drug_name = "drug1")


nkurzaw/TPP2D documentation built on May 9, 2023, 10:04 a.m.