make_gene_annotation | R Documentation |
dataframe
with annotation of SCE object's genes using an AnnotationDbi
package.The following columns are retrieved from the AnnotationDbi
package: SYMBOL
, GENENAME
, ENTREZID
.
Multi-mapping entities are collapsed by "," (i.e. a single ENSEMBL ID having multiple symbols, etc.).
Unknown symbols are replaced by the corresponding ENSEMBL IDs.
make_gene_annotation(sce, annotation_db_file)
sce |
A |
annotation_db_file |
A character scalar: path to SQLite file of annotation DB, e.g. |
A dataframe
with annotation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.