strandValue: Gets a strand value

View source: R/ngsTools.R

strandValueR Documentation

Gets a strand value

Description

Gets a strand value of plus or minus from an integer.

Usage

strandValue(x)

strandName(x)

Arguments

x

an integer to select the strand value: 1 equals plus and 2 equals minus.

Value

Returns a named character "+" or "-".

Functions

  • strandName(): Does the same, but returns the character as "plus" or "minus".

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

strandValue(1)

uzh/ezRun documentation built on June 14, 2025, 1:29 p.m.