make_title.2: Make plot title (version 2)

View source: R/plot_event.R

make_title.2R Documentation

Make plot title (version 2)

Description

Create a plot title using the event ID. Returns symbol and event ID.

Usage

make_title.2(gene, event)

Arguments

gene

A vector or character string

event

A vector or character string with same size as gene

Value

A character with a human-friendly title with format: GENE (EVENT ID)

Examples

## Not run: 
print(make_title.2(psi$GENE, psi$EVENT))

## End(Not run)

kcha/psiplot documentation built on March 27, 2022, 4:20 a.m.