summarize.ref {BarcodingR} | R Documentation |
Summarize taxon information, sequence statistics,barcodes numbers per species for reference dataset.
summarize.ref(ref, taxonStat = TRUE, seqStat = TRUE, barcodeStat = TRUE)
ref |
object of class "DNAbin" used as a reference dataset, which contains taxon information |
taxonStat |
logic value to indicate whether the item is calculated |
seqStat |
logic value to indicate whether the item is calculated |
barcodeStat |
logic value to indicate whether the item is calculated |
a list containing taxon statistics, sequence statistics, population parameters,barcoding statistics ()
Ai-bing ZHANG, Meng-di HAO, CNU, Beijing, CHINA.
zhangab2008(at)mail.cnu.edu.cn./zhangab2008(at)gmail.com.
data(TibetanMoth) s.r<-summarize.ref(TibetanMoth,taxonStat=TRUE,seqStat=TRUE,barcodeStat=TRUE) s.r