compare_length_of_credible_intervals: compare_length_of_credible_intervals Compares the length of...

Description Usage Arguments Value

View source: R/post_processing_functions.R

Description

compare_length_of_credible_intervals Compares the length of the credible intervals of the gene essentiality estimates for two different screens or studies.

Usage

1
2
3
4
5
6
compare_length_of_credible_intervals(
  extracted_output_1,
  extracted_output_2,
  study_name_1,
  study_name_2
)

Arguments

extracted_output_1

extracted output for screen/study 1, computed from BSure output using the function extract_from_output.

extracted_output_2

extracted output for screen/study 2, computed from BSure output using the function extract_from_output.

study_name_1

name of first screen/study

study_name_2

name of second screen/study

Value

ratio of credible intervals, prints scatterplot comparing lengths of credible intervals.


magStra/BSure documentation built on April 27, 2021, 3:30 a.m.