knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

PARIS

PAn-canceR Inferred Synthetic lethalities (PARIS), a machine learning-based approach to predict cancer vulnerabilities.

Installation

You can install the released version of PARIS with:

devtools::install_github("sbenfatto/PARIS")

Example

How to run PARIS

library(PARIS)
run_PARIS(imp.score = "raw", omic = "expression", outdir = "/PARIS_test", genelist_dep = yourgenelist, genelist_feat = yourgenelist2)


sbenfatto/PARIS documentation built on March 21, 2021, 4:39 a.m.