Entering edit mode
8.4 years ago
Satyajeet Khare
★
1.6k
I am using FPKM matrix function in cummeRbund as follows
gene.matrix<-fpkmMatrix(genes(cuff))
However, I am interested in plotting Ensembl ids or Gene symbols instead of XLOC ids. Is there a way to edit fpkm matrix function in order to use gene_short_name instead of gene_id?
Thanks