convertByAnnotationDB | R Documentation |
convertByAnnotationDB
function returns keyType
ids from dbName
mapped to columnName
in es
.
convertByAnnotationDB(
es,
dbName,
columnName,
columnType,
keyType,
otherOptions
)
es |
source ExpressionSet |
dbName |
name of AnnotationDB file |
columnName |
name of column in featureData of source ExpressionSet |
columnType |
Type of indexes in columnName |
keyType |
Type of mapped indexes |
otherOptions |
additional parameters for conversion. Currently only named boolean deleteDotVersion is not ignored. |
JSON object with a vector of converted IDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.