View source: R/summarizeSeqs.R
summarizeSeqs | R Documentation |
Summaries for each sequence.
summarizeSeqs(x)
x |
a |
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.
Eric Archer eric.archer@noaa.gov
library(apex)
data(woodmouse)
summarizeSeqs(woodmouse)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.