Description Usage Arguments Value Examples
View source: R/getMetadata_Probe.R
Get the metadata about the given probe.
| 1 2 3 | getMetadata_Probe_Meth450(theProbe,
theZipFile="/geneSurveyData/GeneSurvey.zip",
theVerboseFlag = FALSE)
 | 
| theProbe | A vector of probe names as found in the getNames_ function for this data type. | 
| 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 "/geneSurveyData/GeneSurvey.zip". NOTE: this is a subdirectory of GENE_REPORT. | 
| theVerboseFlag | Default: FALSE. TRUE means write all output, which can be very verbose. | 
The return value is a list of objects with probe ids and names(). The following functions work to pull data out of the object.
| get.Name | get.Name | 
| get.Chromosome | get.Chromosome | 
| get.ProbeLocation | get.ProbeLocation | 
| get.Strand | get.Strand | 
| get.GeneStructure | get.GeneStructure | 
| 1 | #See examples in tests directory in the install.
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.