make_title: Make plot title

View source: R/plot_event.R

make_titleR Documentation

Make plot title

Description

Create a plot title using the event ID

Usage

make_title(x)

Arguments

x

A character containing the event ID like "S|TSPAN6|chrX:99885756-99885863|108"

Value

A character with a human-friendly title with event type, gene symbol, event coordinates, and length

Examples

## Not run: 
f <- format_table(psi)
print(make_title(f$ID[1]))

## End(Not run)

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