Replace XLOC id with gene symbol in FPKMmatrix function
1
0
Entering edit mode
7.8 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

RNA-Seq R • 2.9k views
ADD COMMENT
0
Entering edit mode
7.8 years ago
Satyajeet Khare ★ 1.6k

Found one way.

gene.matrix<-fpkmMatrix(genes(cuff), fullnames=TRUE)

ADD COMMENT

Login before adding your answer.

Traffic: 2781 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6