join_cetsa | R Documentation |
Function to join a list of data frame from IMPRINTS-CETSA experiment and renamed the column. (Allow to avoid the adding of ".x" or ".y" at the end of the column names)
join_cetsa(list_data, new_names = c("1h", "6h"))
list_data |
A list of data frames. Usually the data frames are the output from the imprints_caldiff function. |
new_names |
The new character element you want to add at the end of the columns name. |
The joined data frame (by 'id' and 'description')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.