summarizeSeqs: Sequence Summaries

View source: R/summarizeSeqs.R

summarizeSeqsR Documentation

Sequence Summaries

Description

Summaries for each sequence.

Usage

summarizeSeqs(x)

Arguments

x

a DNAbin object.

Value

a matrix listing the start and end positions of each sequence (excluding beginning and trailing N's), the length, the number of N's, and the number of indels.

Author(s)

Eric Archer eric.archer@noaa.gov

Examples

library(apex)
data(woodmouse)

summarizeSeqs(woodmouse)


EricArcher/strataG documentation built on May 17, 2024, 12:41 p.m.