getUGShortName {AnnBuilder} | R Documentation |
From a two-word scientific name of an organism, the functions construct a short string used by UniGene or others to represent the organism.
getUGShortName(sciName) UGSciNames() getShortSciName(sciName)
sciName |
sciName a character string for the scientific
name of an organism |
Given a two-word scientifc name for a given organism,
getUGShortName
figures out the short version used by
UniGene as part of the name for the file containing data for the
organism.
getShortSciName
takes a two-word scientific name of an
organism and returns a three-letter string begining with the first
letter of the genus name followed by the first two letters of the
species name.
getUGShortName
returns a short version of organism name
used by UniGene.
Jianhua Zhang
## Not run: getUGShortName("Homo sapiens") getShortSciName("Homo sapiens") ## End(Not run)