reads combined dataframe (ranked and quartiled) and extracts top kinases based on adjustable criteria

extract_top_kinases(combined_df, min_qrt, min_counts)

Arguments

combined_df

dataframe, Ranked and quartiled dataframe

min_qrt

integer, minimum quartile to count

min_counts

integer, number of minimum hits

Value

vector, top kinases

Details

This function takes in the combined dataframe (ranked and quartiled) and extracts top kinases based on adjustable criteria