OmitCommonEssential: Omit common essential genes based on depmap data

Description Usage Arguments Value Author(s) Examples

View source: R/OmitCommonEssential.R

Description

Omit common essential genes based on depmap data

Usage

1
OmitCommonEssential(dd, symbol = "id", lineages = "All", dependency = -0.5)

Arguments

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 used for common essential gene selection.

dependency

A numeric, specifying the threshold for common essential gene selection.

Value

A data frame.

Author(s)

Wubing Zhang

Examples

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)
dim(gdata)
## Not run: 
  rra.omit = OmitCommonEssential(gdata)
  dim(rra.omit)

## End(Not run)

MAGeCKFlute documentation built on Nov. 8, 2020, 5:40 p.m.