Create a dataframe with annotation of SCE object's genes using an AnnotationDbi package.
Source: R/annotation.R
make_gene_annotation.RdThe 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.