View source: R/IncorporateDepmap.R
OmitCommonEssential | R Documentation |
Omit common essential genes based on depmap data
OmitCommonEssential(
dd,
symbol = "id",
lineages = "All",
cell_lines = NULL,
dependency = -0.5
)
dd |
A data frame. |
symbol |
A character, specifying the column name of gene symbols in the data frame. |
lineages |
A character vector, specifying the lineages for selecting essential genes. |
cell_lines |
A character vector, specifying cell lines for selecting essential genes. |
dependency |
A numeric, specifying the threshold for selecting essential genes. |
A data frame.
Wubing Zhang
## Not run:
file1 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/rra.gene_summary.txt")
gdata = ReadRRA(file1)
dim(gdata)
rra.omit = OmitCommonEssential(gdata)
dim(rra.omit)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.