Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.58 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.58 KB

SelectSim

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, $\mu$(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

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?