combine_tools: Combine data for quartile figure

View source: R/combine_tools.R

combine_toolsR Documentation

Combine data for quartile figure

Description

reads ranked tables from the different tools (KRSA, UKA, ... etc)

Usage

combine_tools(
  KRSA_df = NULL,
  UKA_df = NULL,
  KEA3_df = NULL,
  PTM_SEA_df = NULL,
  mapping_df = kinome_mp_file
)

Arguments

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)

Details

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

Value

dataframe, ready for quartile figure


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.