strandlabel: Display Labels with Strand

strandlabelR Documentation

Display Labels with Strand

Description

A simple util function that used internally to generate display labels of GeneTrack and TxTrack.

Usage

strandlabel(labels, strands)

Arguments

labels

Character vector, names of each feature.

strands

Factor or character vector with the same length of labels, can be "+", "-" or "*".

Value

A character vector that combines the labels with strand information.

Examples

strandlabel(c("gene1", "gene2", "gene3"), c("+", "-", "*"))

Marlin-Na/TnT documentation built on Sept. 15, 2024, 5:27 a.m.