ADAM.panessprofile: Calculate profile of number of fitness genes across fixed...

Description Usage Arguments Value Author(s) Examples

Description

This function calculates the numbers (and cumulative numbers) of genes whose inactivation exerts a fitness effect in n cell lines, varying n from 1 to the number of cell lines in the dataset in input.

Usage

1
2
3
4
ADAM.panessprofile(depMat,
                  display=TRUE,
                  main_suffix='fitness genes in at least 1 cell line',
                  xlab='n. dependent cell lines')

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

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

Value

A list with the following two named vectors:

panessprof

Number of genes that are depleted for a number of cell lines

CUMsums

Cumulative number of genes depleted in at least x cell lines

Author(s)

C. Pacini & F. Iorio

Examples

1
2

francescojm/ADAM documentation built on May 11, 2019, 8:21 p.m.