checkTarg {qfa} | R Documentation |
Converts gene name to systematic feature name if necessary. Searches in FName, Alias and Gene columns of a data.frame returned from readSGD for the target gene. Returns FName (ORF) if appropriate.
checkTarg(targ,sgd)
targ |
Systematic gene or feature name, standard gene name or alias |
sgd |
Data frame representing features.tab file from SGD. As returned from readSGD. |
String representing systematic name of gene or feature. Returns "MISSING" if target not found in sgd object.