geneci | R Documentation |
Function to calculate confidence intervals for dN/dS values per gene under the dNdScv model using profile likelihood. To generate a valid dndsout input object for this function, use outmats=T when running dndscv.
geneci(dndsout, gene_list = NULL, level = 0.95)
dndsout |
Output object from dndscv. |
gene_list |
List of genes to restrict the analysis (by default, all genes in dndsout will be analysed) |
level |
Confidence level desired [default = 0.95] |
Martincorena I, et al. (2017) Universal patterns of selection in cancer and somatic tissues. Cell. 171(5):1029-1041.
ci: Dataframe with the confidence intervals for dN/dS ratios per gene under the dNdScv model.
Inigo Martincorena (Wellcome Sanger Institute)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.