plot2dTppFcHeatmap {TPP2D} | R Documentation |
Plot heatmap of 2D thermal profile fold changes of a protein of choice
plot2dTppFcHeatmap(df, name, drug_name = "", midpoint = 1)
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 |
A ggplot displaying the thermal profile as a heatmap of fold changes of a protein of choice in a dataset of choice
data("simulated_cell_extract_df") plot2dTppFcHeatmap(simulated_cell_extract_df, "tp2", drug_name = "drug1")