export.mutex: export,mutex

Description Usage Arguments Value Examples

View source: R/external.R

Description

Create an input file for MUTEX (ref: https://code.google.com/p/mutex/ )

Usage

1
2
3
4
5
6
7
8
export.mutex(
  x,
  filename = "tronco_to_mutex",
  filepath = "./",
  label.mutation = "SNV",
  label.amplification = list("High-level Gain"),
  label.deletion = list("Homozygous Loss")
)

Arguments

x

A TRONCO compliant dataset.

filename

The name of the file

filepath

The path where to save the file

label.mutation

The event type to use as mutation

label.amplification

The event type to use as amplification (can be a list)

label.deletion

The event type to use as amplification (can be a list)

Value

A MUTEX example matrix

Examples

1
2
3

TRONCO documentation built on Nov. 8, 2020, 5:51 p.m.