Hello All,
I have Differentially expressed gene list from RNA-seq data, I have compared Drug treated v/s Untreated And I have got differentially expressed gene list which I have pasted in the following table.
My question is, when I use R/Bioconductor package "cummeRbund" to inspect the number of genes and transcript that are differentially expressed b/w two sample, I have loaded the results of cuffdiff's analysis , which reports the number of differentially expressed genes. The differentially expressed genes is not annotated (XLOC_000007), is their any way to annotate gene_id with actual gene names?
Control vs Treated Data
Differentially expressed Genes
gene_id sample_1 sample_2 status value_1 value_2 log2_fold_change test_stat p_value q_value significant
XLOC_000007 treated control OK 2.35097 1.35961 -0.790057 -3.82466 .00005 9.84048E-005 yes
XLOC_000009 treated control OK 5.11344 0.0453474 -6.81713 0.00005 9.84048E-005 9.84048E-005 yes
XLOC_000010 treated control OK 8.49633 1.21619 -0.564379 -32.2551 0.00005 9.84048E-005 yes
XLOC_000011 treated control OK 100.369 8.49633 -0.564379 0.00005 9.84048E-005 9.84048E-005 yes
XLOC_000012 treated control OK 206.885 0.0453474 -6.81713 0.00005 0.00005 9.84048E-005
XLOC_000013 treated control OK 9.63649 1.21619 -0.564379 0.00005 9.84048E-005 9.84048E-005 yes
XLOC_000017 treated control OK 18.764 8.49633 -0.564379 -32.2551 0.00005 9.84048E-005 yes
XLOC_000018 treated control OK 0.878346 0.0453474 -6.81713 0.00005 9.84048E-005 9.84048E-005 yes
XLOC_000019 control control OK 1.21619 1.21619 -0.564379 0.00005 0.00005 9.84048E-005
XLOC_000019 treated control OK 1.21619 0.0453474 -6.81713 -32.2551 9.84048E-005 9.84048E-005 yes
Thanks a Lot ...
-Ateeq Khaliq
Did you include a GFF/GTF file in the Cuffdiff run? the XLOC ids are that appear if gene annotation is missing..
Hi Roy, yes I have included the file and it looks the following, it has got gen name with Id but couldn't get the same if I am running cummeRbund... I used the following command
My cuffdiff output looks like this
Did you try to remove the first two columns is the cuffdiff output and then run cummRband?
Yes i tried doing that, but no change, its showing the same !!! :(