powered by
Utility that produces a table giving summary statistics for a `DNAbin' object.
seqStat(DNAbin, thresh = 500)
Alignment of class `DNAbin'.
Threshold sequence length. Default of 500 (minimum length for official DNA barcodes).
A table giving the minimum, maximum, mean and median sequence lengths, and the number of sequences with lengths below the given threshold.
This function considers bases coded as '?', 'N' and '-' as missing data.
# NOT RUN { data(anoteropsis) seqStat(anoteropsis) # }
Run the code above in your browser using DataLab