Entering edit mode
warrena
•
0
@warrena-16186
Last seen 6.3 years ago
I am trying to get mm10 gene annotations with gene names. I have tried the following:
ncbiRefSeq = makeTxDbFromUCSC(genome="mm10", tablename="ncbiRefSeq") geneid = makeTxDbFromUCSC(genome="mm10", tablename="geneid") knownGene = makeTxDbFromUCSC(genome="mm10", tablename="knownGene")
In the first two cases, I get no gene names: Type of Gene ID: no gene ids
In the third case (knownGene), I get Entrez Gene ID numeric identifiers. Is there a way to get the standard gene name identifiers? Assistance/advice would be greatly appreciated.