View source: R/GeneSpec-class.R
gene_spec | R Documentation |
GeneSpec
ConstructorCreates a new GeneSpec
object.
gene_spec(genes = NULL, fun = NULL, fun_name = deparse(substitute(fun)))
genes |
(named |
fun |
( |
fun_name |
( |
A new GeneSpec
object.
gene_spec("GeneID:11185")
gene_spec(c("GeneID:11185", "GeneID:10677", "GeneID:101928428"), fun = colMeans)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.