extract_top_kinases.Rd
reads combined dataframe (ranked and quartiled) and extracts top kinases based on adjustable criteria
extract_top_kinases(combined_df, min_qrt, min_counts)
combined_df | dataframe, Ranked and quartiled dataframe |
---|---|
min_qrt | integer, minimum quartile to count |
min_counts | integer, number of minimum hits |
vector, top kinases
This function takes in the combined dataframe (ranked and quartiled) and extracts top kinases based on adjustable criteria