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 April 24, 2024, 4:01 p.m.