Learn R Programming

GenomicTools (version 0.2.9.7)

seqlength: Get the sequence length of a fa-object.

Description

This function determines the length of a fa-object.

Usage

seqlength(x)

Arguments

x

The fa-object

Value

An vector containing the sequence lengths of an fa-object.

Details

This is basically a wrapper around the nchar-function