This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Append gene annotation to cuffdiff output

Hi,

I have cuffdiff outputs and want to add gene annotation to them.

Is there a program can help me with this? I attached the two files, cuffdiff output and gene annotation.

Cuffmerge?Cuffcompare?

The gene annotation file I have is a .txt file form apple.

Thank you,
HY

rna-seq

1 answer

You can easily do this with MySQL database. Upload the both cuffdiff output table and annotation table in MySQL and left join it based on the same id in both table.

Log in to answer this question.