Learn R Programming

rDNAse (version 1.1-1)

revchars: The Reverse chars

Description

The Reverse chars

Usage

revchars(x)

Arguments

x
the input data, which should be a string.

Value

A vector

Details

This function calculates Reverse chars

Examples

Run this code
x = 'GACTGAACTGCACTTTGGTTTCATATTATTTGCTC'
revchars(x)

Run the code above in your browser using DataLab