powered by
Split comma-separated sample information into different columns of a data frame.
extractSpeInfo(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.
# NOT RUN { data(LappetMoths) ref.seq<-LappetMoths$ref.seq seqID.full<-rownames(ref.seq) infor<-extractSpeInfo(seqID.full) head(infor) # }
Run the code above in your browser using DataLab