Description Usage Arguments Details Value
View source: R/microarray_functions.R
Extracts a single column name from an ExpressionSet. The
corresponding annotation column contains RefSeq IDs for the rows of that
ExpressionSet. Where multiple Refseq columns are present, only the
first is returned (order specified by get_refseq_colnames).
1 | get_refseq_column(gset = NULL)
|
gset |
An |
Errors are thrown if no RefSeq column is present or if the RefSeq column contains neither character nor factor variables.
A single string - the name of an annotation column that
contains RefSeq data inside the ExpressionSet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.