Learn R Programming

strataG (version 1.0.5)

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
library(apex)
data(woodmouse)

summarizeSeqs(woodmouse)

Run the code above in your browser using DataLab