Description Usage Arguments Value Author(s) See Also Examples
This function calculates log10 odd ratios 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.
1 2 | ADAM2.empiricalOdds(observedCumSum,
simulatedCumSum)
|
observedCumSum |
Observed profile of cumulative sum of numbers of fitness genes in fixed number of cell lines. This is generated by the |
simulatedCumSum |
Random profiles of cumulative sum of fitness genes in fixed number of cell lines. This is generated by the function |
A named vector:
odds |
log base 10 odd ratios of observed versus expected cumulative sums of number of fitness genes across fixed numbers of cell lines. |
C. Pacini, E. Karakoc & F. Iorio
ADAM2.panessprofile, ADAM2.generateNullModel
1 2 3 4 5 | data(exampleDepMat)
observed<-ADAM2.panessprofile(depMat=exampleDepMat)
null_m<-ADAM2.generateNullModel(depMat=exampleDepMat)
logOdds <- ADAM2.empiricalOdds(observedCumSum=observed$CUMsums,simulatedCumSum=null_m$nullCumSUM)
logOdds
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.