Description Usage Arguments Details Value Examples
Given one or more UCSC ids, give the list of corresponding gene symbols
| 1 | getOneToOne_GeneSymbol_UCID(theUCIDId, theZipFile="/rsrch1/bcb/batcheffects/GENE_REPORT/GeneSurvey.zip", theVerboseFlag = FALSE)
 | 
| theUCIDId | One or a vector of UCSC ids from the getOneToOne_UCSC_List. Note: these values may not correspond to values in provided data. | 
| theZipFile | Default: For DQS Servers. If you are on a server where the GENE_REPORT directory is on a different path, you can pass in a value to override the default of "/rsrch1/bcb/batcheffects/GENE_REPORT/GeneSurvey.zip". NOTE: this is a subdirectory of GENE_REPORT. | 
| theVerboseFlag | Default: FALSE. TRUE means write all output, which can be very verbose. | 
Given one or more UCSC ids, give the list of corresponding gene symbols. Note: these values may not correspond to values in provided data.
A vector of values with the original request vector as names().
| 1 2 3 4 5 6 7 8 9 10 11 | ##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
## The function is currently defined as
function (theUCIDId, theZipFile="/rsrch1/bcb/batcheffects/GENE_REPORT/GeneSurvey.zip", 
    theVerboseFlag = FALSE) 
{
    getOneToOne_Name_internal(theUCIDId, theZipFile, "getOneToOne_GeneSymbol_UCID", 
        theVerboseFlag = theVerboseFlag)
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.