plot2dTppRelProfile {TPP2D} | R Documentation |
Plot 2D thermal profile ratios of a protein of choice
plot2dTppRelProfile(df, name)
df |
tidy data frame of a 2D-TPP dataset |
name |
gene name (clustername) of protein that should be visualized |
A ggplot displaying the thermal profile ratios of a protein of choice in a datset of choice
data("simulated_cell_extract_df") plot2dTppRelProfile(simulated_cell_extract_df, "protein1")