plot2dTppFcHeatmap {TPP2D}R 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")


[Package TPP2D version 1.6.0 Index]