Description Usage Arguments Value Author(s) Examples
View source: R/IncorporateDepmap.R
Incorporate Depmap screen into analysis
1 2 3 4 5 6 7  | 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 in Depmap to be considered.  | 
lineages | 
 A character vector, specifying the lineages in Depmap to be considered.  | 
na.rm | 
 Boolean, indicating whether removing NAs from the results.  | 
A data frame with Depmap column attached.
Wubing Zhang
1 2 3 4 5 6 7 8 9  | 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.