Description Usage Arguments Value Author(s) References See Also Examples
View source: R/requireBrainarray.R
This package downloads, installs, and/or loads the brainarray CDF and probe enviroments from the Brainarray website.
1 2 | requireBrainarray(array_type, custom_cdf = "enst",
version = getLatestVersion())
|
array_type |
A character of length 1 giving the giving the name of the'
array. (Preferably as returned by |
custom_cdf |
A charcter giving the annotation type. |
version |
A character of length 1 giving the version to download. |
Invisibly returns a list of the locations of the saved files.
Steffen Falgreen, Anders Ellern Bilgrau
See http://brainarray.mbni.med.umich.edu.
1 2 3 4 5 | tmp.path <- requireBrainarray("hgu133a", custom_cdf = "enst",
version = "18.0.0")
print(tmp.path)
tmp.path2 <- requireBrainarray("hgu133a", custom_cdf = "enst")
print(tmp.path2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.