View source: R/extract_top_kinases.R
extract_top_kinases | R Documentation |
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 |
This function takes in the combined dataframe (ranked and quartiled) and extracts top kinases based on adjustable criteria
vector, top kinases
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.