Entering edit mode
Could you provide a more detailed example of code to use biomart object and extra columns to add for example GeneSymbol in the output of DEXSeqHTML ?
Not clear to me how you use mart and attributes parameters in DEXSeqHTML
Ok so this looks like the answer to my question, sorry I didn't see it first. I am confused, how do you know for sure that the 'ensembl_gene_id' lines up with the 'ensembl_gene_id' in dxr? I guess because you pull from it initially with values=geneIDs(dxd)? Thanks!!
Names are matched based on the rownames of extraCols. Thus, the rownames of extraCols should match what is stored in geneIDs().
Another minimal example: