Skip to contents

The goal of SelectSim package is to implement the methodology to infer inter-dependencies between functional alterations in cancer. SelectSim estimates the expected number of mutations in a given gene and a given sample from the mutation frequency of the gene, f(g), and the tumor mutation burden (TMB) of the sample, μ(t). These values can be estimated within specific mutation and tumor subsets, to account for heterogeneous tumor types, tissue specificities, and distinct mutational processes

SelectSim Method

Installation

  • You can install the development version of SelectSim from GitHub with:
# install.packages("devtools")
devtools::install_github("CSOgroup/SelectSim",dependencies = TRUE, build_vignettes = TRUE)

Example

Check the the Vignettes folder or visit website

Who do I talk to?