ADAM2.coreFitnessGenes: Calculate the Core Fitness genes given the binary dependency...

Description Usage Arguments Details Value Author(s) Examples

View source: R/ADAM.R

Description

This function identifies the Core Fitness genes using the Adaptive Daisy Model (implemented ADAM) starting from a binary dependency matrix.

Usage

1
2
ADAM2.coreFitnessGenes(depMat,
                              crossoverpoint)

Arguments

depMat

Binary dependency matrix, rows are genes and columns are samples. 1 in position [i,j] indicates that inactivation of the i-th gene exerts a significant loss of fitness in the j-th sample, 0 otherwise.

crossoverpoint

minimum number of cell lines in which a gene needs to be fitness in order to be called core-fitness

Details

This function calculates the Core Fitness essential genes based on the calculated minimum number of cell lines that optimizes the True positive rates with log10 odds ratios. log10 odd ratios are calculated of observed vs. expected profiles of cumulative number of fitness genes in fixed number of cell lines. Expected values are the mean of those observed across randomised version of the observed binary matrix.

Value

A vector that containing the Core Fitness Genes:

Author(s)

C. Pacini, E. Karakoc & F. Iorio

Examples

1
2
data(exampleDepMat)
cfgenes <- ADAM2.coreFitnessGenes(depMat=exampleDepMat,crossoverpoint=3800)

DepMap-Analytics/ADAM2 documentation built on Dec. 1, 2019, 12:27 a.m.