Cufflinks gives only CUFF names with a gtf.
1
1
Entering edit mode
6.2 years ago
hkarakurt ▴ 180

Hello, I tried to use Cufflinks after hisat2 but I only have genes with names as CUFF1 etc. and chromosome locations. Finally I downloaded GTF file from Cufflinks website but still I have many genes with CUFF name and without gene name. What can be the main reason of this? Genes with unknown names?

Thank you.

cufflinks RNA-Seq hisat2 • 2.0k views
ADD COMMENT
1
Entering edit mode
6.2 years ago

cufflinks -h :

-L/--label        assembled transcripts have this ID prefix   [ default: CUFF ]

If you run cufflinks without a GFF/GTF file, it will assemble transcripts on its own and give them the prefix "CUFF". If you provide a GFF/GTF, it will quantify the genes/transcripts that you provide there, plus assembling them on its own as well where not present.

If you add -G:

  -G/--GTF                     quantitate against reference transcript annotations

It will quantitate only the ones specified in the GFF/GTF.

If you use the -g instead, it will make its own transcript assembly but using your own GTF as guide.

  -g/--GTF-guide               use reference transcript annotation to guide assembly
ADD COMMENT

Login before adding your answer.

Traffic: 1902 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