View source: R/combine_tools.R
combine_tools | R Documentation |
reads ranked tables from the different tools (KRSA, UKA, ... etc)
combine_tools(
KRSA_df = NULL,
UKA_df = NULL,
KEA3_df = NULL,
PTM_SEA_df = NULL,
mapping_df = kinome_mp_file
)
KRSA_df |
dataframe, KRSA table output (requires at least Kinase and Score columns) |
UKA_df |
dataframe, UKA table output (requires at least Kinase and Score columns) |
KEA3_df |
dataframe, KEA table output (requires at least Kinase and Score columns) |
PTM_SEA_df |
dataframe, PTM_SEA table output (requires at least Kinase and Score columns) |
mapping_df |
kinome mapping df (default is kinome_mp_file_v1) |
This function takes in ranked tables from the different tools (KRSA, UKA, ... etc) and map them to the kinome mapping file and return df ready for the quartile figure
dataframe, ready for quartile figure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.