Description Usage Arguments Details Value Author(s) Examples
This function identifies the Core Fitness genes using the Adaptive Daisy Model (implemented ADAM) starting from a binary dependency matrix.
1 2 | ADAM2.coreFitnessGenes(depMat,
crossoverpoint)
|
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 |
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.
A vector that containing the Core Fitness Genes:
C. Pacini, E. Karakoc & F. Iorio
1 2 | data(exampleDepMat)
cfgenes <- ADAM2.coreFitnessGenes(depMat=exampleDepMat,crossoverpoint=3800)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.