ADAM2.coreFitnessGenesWrapper: Calculate the Core Fitness genes, starting from the binary...

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
3
4
5
ADAM2.coreFitnessGenesWrapper(depMat,
                      display=TRUE,
                      main_suffix='fitness genes in at least 1 cell line',
                      xlab='n. dependent cell lines',
                      ntrials=1000)

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.

display

Boolean, default is TRUE. Should bar plots of the dependency profiles be plotted

main_suffix

If display=TRUE, title suffix to give to plot of number of genes depleted in a give number of cell lines, default is 'genes depleted in at least 1 cell line'

xlab

label to give to x-axis of the plots, default is 'n. cell lines'

ntrials

Integer, default =1000. How many times to randomly perturb dependency matrix to generate the null distributions.

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

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