View source: R/IncorporateDepmap.R
IncorporateDepmap | R Documentation |
Incorporate Depmap screen into analysis
IncorporateDepmap(
dd,
symbol = "id",
cell_lines = NA,
lineages = "All",
na.rm = FALSE
)
dd |
A data frame. |
symbol |
A character, specifying the column name of gene symbols in the data frame. |
cell_lines |
A character vector, specifying the cell lines for incorporation. |
lineages |
A character vector, specifying the cancer types for incorporation. |
na.rm |
Boolean, indicating whether removing NAs from the results. |
A data frame with Depmap column (average CERES scores across selected cell lines) attached.
Wubing Zhang
file1 = file.path(system.file("extdata", package = "MAGeCKFlute"),
"testdata/rra.gene_summary.txt")
gdata = ReadRRA(file1)
head(gdata)
## Not run:
gdata = IncorporateDepmap(gdata)
head(gdata)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.