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 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)
|
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. |
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.coreFitnessGenesWrapper(depMat=exampleDepMat,ntrials=1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.