revchars {rDNAse}R Documentation

The Reverse chars

Description

The Reverse chars

Usage

revchars(x)

Arguments

x

the input data, which should be a string.

Details

This function calculates Reverse chars

Value

A vector

Note

if the user defined physicochemical indices have not been normalized, it should be normalized.

Author(s)

Min-feng Zhu <wind2zhu@163.com>

Examples

x = 'GACTGAACTGCACTTTGGTTTCATATTATTTGCTC'
revchars(x)

[Package rDNAse version 1.1-1 Index]