as.alterations: as.alterations

Description Usage Arguments Value Examples

View source: R/as.functions.R

Description

Return a dataset where all events for a gene are merged in a unique event, i.e., a total of gene-level alterations diregarding the event type. Input 'x' is checked to be a TRONCO compliant dataset - see is.compliant.

Usage

1
as.alterations(x, new.type = "Alteration", new.color = "khaki", silent = FALSE)

Arguments

x

A TRONCO compliant dataset.

new.type

The types label of the new event type, 'Alteration' by default.

new.color

The color of the event new.type, default 'khaki'.

silent

A parameter to disable/enable verbose messages.

Value

A TRONCO compliant dataset with alteration profiles.

Examples

1
2

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