View source: R/get_inflection_points.R
get_inflection_points | R Documentation |
Calculates the inflection point of the positive and negative curves to determine threshold for
co-essential genes. See ?coessential_map
for details.
get_inflection_points(input_coessential_df = NULL, test = FALSE)
input_coessential_df |
data frame, A data frame output from |
test |
logical. Used for examples. Default: FALSE. |
Description of output data frame
Inflection_point_pos_byRank
- Rank threshold for positive curve.
Inflection_point_neg_byRank
- Rank threshold for negative curve.
A data frame containing rank at which the threshold should be drawn for positive and negative co-essential genes.
gretta_data_dir <- './GRETTA_example/'
gretta_output_dir <- './GRETTA_example_output/'
if(!dir.exists(gretta_data_dir)){
download_example_data(".")
}
inflection_points <- get_inflection_points(input_coessential_df = coess_df, test = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.