plot2dTppRelProfile {TPP2D}R Documentation

Plot 2D thermal profile ratios of a protein of choice

Description

Plot 2D thermal profile ratios of a protein of choice

Usage

plot2dTppRelProfile(df, name)

Arguments

df

tidy data frame of a 2D-TPP dataset

name

gene name (clustername) of protein that should be visualized

Value

A ggplot displaying the thermal profile ratios of a protein of choice in a datset of choice

Examples


data("simulated_cell_extract_df")
plot2dTppRelProfile(simulated_cell_extract_df, "protein1")


[Package TPP2D version 1.8.0 Index]