Description Usage Arguments Details Value Examples
Get a sorted list of UCSC ids from the one to one mapping
| 1 | getOneToOne_UCSC_List(theZipFile="/rsrch1/bcb/batcheffects/GENE_REPORT/GeneSurvey.zip", theVerboseFlag = FALSE)
 | 
| 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. | 
Get a sorted list of UCSC ids from the one to one mapping. Note: these values may not correspond to values in provided data.
A Vector of strings.
| 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 (theZipFile="/rsrch1/bcb/batcheffects/GENE_REPORT/GeneSurvey.zip", 
    theVerboseFlag = FALSE) 
{
    getOneToOne_List_internal(theZipFile, "getOneToOne_UCSC_List", 
        theVerboseFlag = theVerboseFlag)
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.