Venn Diagram From Cap3 Output
2
2
Entering edit mode
10.0 years ago

Hi, I have generated a cap3 consensus assembly from three different assemblers (velvet/trinity/tophat). Now i would like to find out how many of those contigs are either unique, shared by two or by three assemblers. Right now i have a log file that indicates contig information and the transcripts contributed by those contigs. Could somebody help me making a venn diagram for this. Here is the log file..

Contig575       BRME_20693+,comp2892494_c0_seq1+
Contig574       BRME_20689+,TCONS_00061423+,TCONS_00061424+
Contig577       BRME_20739-,TCONS_00051195+,TCONS_00051196+,comp257652_c0_seq3+

BRME stands for velvet assembly, comp stands for trinity and TCONS stands for trinity asseblies.

Thanks Upendra

• 3.1k views
ADD COMMENT
4
Entering edit mode
10.0 years ago
Prakki Rama ★ 2.7k

May be this might help you.

grep 'comp' inp2.txt | cut -d " " -f 1 >comp.txt
grep 'BRME' inp2.txt | cut -d " " -f 1 >BRME.txt
grep 'TCONS' inp2.txt | cut -d " " -f 1 >TCONS.txt

put the contig name in venny. Should look like this

ADD COMMENT
0
Entering edit mode

Thanks. I didn't realized that it was so easy. I finally got what i wanted....

ADD REPLY
0
Entering edit mode

Venny was down today... In any event, I would highly recommend I would highly recommend VENDIS.

It just came out and it's really quite good!

ADD REPLY
2
Entering edit mode
10.0 years ago
Martombo ★ 3.1k

Since you have only three different groups you can easily make a venn diagram with the areas proportional to the number of elements shared or unique for each group. Have a look at biovenn.

To use this tool you have to produce the lists of contigs as explained by Prakki Rama.

ADD COMMENT
0
Entering edit mode

Thanks for the tool. I was not aware of that too.. It worked great....

ADD REPLY
0
Entering edit mode

There is also Venny for 4 sets.

ADD REPLY
0
Entering edit mode

Venny is what Prakki Rama was referring earlier...

ADD REPLY

Login before adding your answer.

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