plot2dTppProfile {TPP2D}R Documentation

Plot 2D thermal profile intensities of a protein of choice

Description

Plot 2D thermal profile intensities of a protein of choice

Usage

plot2dTppProfile(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 of a protein of choice in a datset of choice

Examples


data("simulated_cell_extract_df")
plot2dTppProfile(simulated_cell_extract_df, "protein1")


[Package TPP2D version 1.9.1 Index]