Description Usage Arguments Details Author(s) See Also Examples
Functions to access internal parameters
1 2 3 | annmapEnv()
annmapGetParam( key )
annmapSetParam( ... )
|
... |
A list of key-value parameters you wish to set. |
key |
The key for the value you want to return. |
These functions allow some access to annmap
\'s configuration data. They are included to help debug database connection issues, and are not normally needed.
On connection, a default arraytype (Affymetrix Exon arrays, where available) is specfied for the probe
mappings. arrayType
allows a different type of array to
be specfied. This included for future compatibility.
Tim Yates Crispin J. Miller
annmapTo
annmapDetails
annmapAll
annmapRange
annmapFilters
1 2 3 4 5 6 7 8 9 | if(interactive()) {
annmapEnv()
annmapGetParam( "debug" )
annmapConnect()
annmapSetParam( debug=TRUE)
annmapConnect()
annmapSetParam( debug=FALSE)
annmapDisconnect()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.