Description Usage Arguments Value Examples
View source: R/readBrainarrayTable.R
Reads table from brainarray homepage
1 | readBrainarrayTable(custom_cdf, version = getLatestVersion())
|
custom_cdf |
A string giving the "target" to use. |
version |
A string giving the version. |
A data.frame
of the info on the relevant brainarray webpage.
1 2 3 4 | readBrainarrayTable("ENSG", version = "17.0.0")[1:10, 1:10]
readBrainarrayTable("ENST", version = "18.0.0")[1:10, 1:10]
readBrainarrayTable("ENSE", version = "19.0.0")[1:10, 1:10]
readBrainarrayTable("ENSG")[1:10, 1:10]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.