strataG (version 2.4.905)

summarizeSeqs: 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.

Examples

Run this code
# NOT RUN {
library(apex)
data(woodmouse)

summarizeSeqs(woodmouse)

# }

Run the code above in your browser using DataCamp Workspace