View source: R/list.all.allen.genes.R
list.all.allen.genes | R Documentation |
List all genes in the Allen Gene Expression Atlas
list.all.allen.genes(outfile = NULL, parallel = NULL)
outfile |
(OPTIONAL) Filename to output results |
parallel |
Number of cores registered for parallel computation. Default is NULL, computations performed serially. If not NULL, requires the parallel package for computations. |
Vector of all genes currently in the Allen Gene Expression Atlas
# Find all genes in the Allen Gene Expression Atlas and # Output results to file "genes.txt" and perform computations in parallel (4 cores). ## Not run: genes=list.all.allen.genes("genes.txt",parallel=4) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.