Skip to contents

Calculates the MAIC score and gene number at which the inflection point in the curve of genes ranked by MAIC score occurs.

Usage

inflection_point(data)

Arguments

data

Data frame in the format of ARDSMAICR::data_genes

Value

A list of values

Details

Input columns for data_genes should be (this is the standard output of the MAIC algorithm):

  • gene - HGNC gene symbol - chr

  • 1...

  • uID - Study unique identifier. Column contains study specific gene score - dbl

  • n...

  • maic_score - MAIC score for gene - dbl

  • contributors - Studies contributing to MAIC score by method - chr

Examples

if (FALSE) {
if(interactive()){
 inflection_point(ARDSMAICR::data_genes)
 }
}