what is the input for cuffmerge???
1
3
Entering edit mode
8.6 years ago
zizigolu ★ 4.3k

hi friends,

i RNA-seq protocol i read...

tophat -p 8 -G genes.gtf -o C1_R1_thout genome C1_R1_1.fq C1_R1_2.fq

by which i have accepted_hits.bam

cufflinks -p 8 -o C1_R1_clout C1_R1_thout/accepted_hits.bam

then saying that :

Create a file called assemblies.txt that lists the assembly file for each sample. The file should contain the following lines:
./C1_R1_clout/transcripts.gtf
./C2_R2_clout/transcripts.gtf
./C1_R2_clout/transcripts.gtf
./C2_R1_clout/transcripts.gtf
./C1_R3_clout/transcripts.gtf
./C2_R3_clout/transcripts.gtf

then this command

cuffmerge -g genes.gtf -s genome.fa -p 8 assemblies.txt

what is the assemblies.txt please??? how i can create such a file by cufflinks output that as i saw is a file named QC_filtered.fastq

thanks for your simpathy

cufflinks cuffmerge • 10k views
ADD COMMENT
6
Entering edit mode
8.6 years ago

The output of cufflinks is transcripts.gtf . If you have many samples, cufflinks creates transcripts.gtf ( i.e assembles transcripts) file for each samples and these needs to be merged by cuffmerge,

ADD COMMENT
0
Entering edit mode

then how I can create the assemblies.txt file from transcripts.gtf files?

ADD REPLY
3
Entering edit mode

Open a text editor. copy paste the path to transcripts.gft of each sample per line. Then save the file as assemblies.txt. Or you could also write a short command that does it for you.

ADD REPLY
0
Entering edit mode

thank you Goutham

ADD REPLY
0
Entering edit mode

thank you for your response, would you please write a command line for cuffmerge and explain each item separately thanks

ADD REPLY
0
Entering edit mode

Sorry, I don't have access to Linux or mac I then can't remember what I had done 2 years ago but the instruction of cuffmerge was somehow straightforward as I remember.

ADD REPLY
0
Entering edit mode

Thank you. Your answer is salvation to many

ADD REPLY

Login before adding your answer.

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