calcIntersects: Calculate mutations and their probabilities

Description Usage Arguments Value Examples

View source: R/calcIntersects.R

Description

Calculate the number of mutations and the probabilities on this number of mutations per cells.

Usage

1
calcIntersects(r, hline)

Arguments

r

Data.frame with the results from probDriverMut

hline

Numeric indicating the value on the y-axis to intersect with

Value

Numeric vector of intersections with hline for different cell types and genes

Examples

1
2
3
invitro_res = probDriverMut(cell_type = cell_types, gene = names(driver_counts), stat_type = "mean")
hline = 1
calcIntersect(r = invitro_res, hline = hline)

bastiaanvdroest/DriverProbabilities documentation built on Dec. 8, 2019, 10:29 a.m.