Description Usage Arguments Value Examples
Function to plot \(a subset of\) the number of in vitro grown SI ASC, with the probability on oncogenic mutation, compared to number of years of in vivo mutation accumulation of SI ASC.
1 | invivoYears(r, gene = "all", dep_invitro, CDS_length)
|
r |
Dataframe with results from |
gene |
Character string to indicate which gene must be analyzed |
dep_invitro |
List with enrichment/depletion test results of invitro experiments |
CDS_length |
Numeric with length of Coding Sequence of 'in vivo' cell type |
Extended version of results from probDriverMut
, with
in column year the amount of years in vivo
1 2 3 4 | r = probDriverMut(cell_type = cell_types, gene = "all")
invivo_plot = plotInvivoResults(r, gene = "all", dep_invitro = CDS_dep,
CDS_length = CDS_length[["SI"]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.