View source: R/extractSpeInfo.R
extractSpeInfo | R Documentation |
Split comma-separated sample information into different columns of a data frame.
extractSpeInfo(seqID.full)
seqID.full |
Character, sample ID, taxon information and longitude and latitude data that splitted by comma in class character. |
A data frame of splitted sample ID, taxon information and longitude and latitude data for further analysis.
Cai-qing YANG (Email: yangcq(at)cnu.edu.cn) and Ai-bing ZHANG (Email:zhangab2008(at)cnu.edu.cn), Capital Normal University (CNU), Beijing, CHINA.
data(LappetMoths)
ref.seq<-LappetMoths$ref.seq
seqID.full<-rownames(ref.seq)
infor<-extractSpeInfo(seqID.full)
head(infor)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.