makeMarkerInfo {GeneticsBase} | R Documentation |
An auxilliary funtion to create a dataframe for the slot markerInfo of class geneSet
makeMarkerInfo(loci = character(0), transTable = loci)
loci |
a vector of makrer loci |
transTable |
corresponding translation table for the markers at each locus.must have same length with vector loci |
A dataframe with one row for each row in the callCodes slot of class geneSet. Include columns "Name" and "TransTable".
Scott Chasalow Scott.Chasalow@bms.com, Junsheng Cheng cjsuicedu@yahoo.com