Description Usage Arguments Value Examples
View source: R/calcIntersects.R
Calculate the number of mutations and the probabilities on this number of mutations per cells.
1 | calcIntersects(r, hline)
|
r |
Data.frame with the results from |
hline |
Numeric indicating the value on the y-axis to intersect with |
Numeric vector of intersections with hline
for different cell types and genes
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.