View source: R/data_process_funcs.R
getEssentialGenes | R Documentation |
The function takes in RSA data and returns a vector of essential genes
getEssentialGenes(x, celllines, data, thresh = -3)
x |
primary site. If 'NULL' then ensure that the 'celllines' passed match the colnames of data |
celllines |
subset of interested celllines |
data |
data frame of RSA normalised values |
thresh |
threshold for defining essentiality. Default = -3 |
a vector of essential genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.