make a reference genome for BRIG (pan-genome analysis)
1
0
Entering edit mode
5.5 years ago

Hi all I'm doing a pan-genomics study, which as a final step I use the BRIG program to represent the genome globally. The problem is that I need to generate a reference genome that reprecente the 28 different strains that use, to represent important elements such as phages and deletions in the genome. if the question would be how do I make a reference genome that contains all of these elements in some way? Thank you

Assembly genome • 1.2k views
ADD COMMENT
0
Entering edit mode
5.5 years ago
goodez ▴ 640

The reference genome will be in fasta format right? You can simply cat genome1.fa genome2.fa genome3.fa . . . > genomes.fa

One caveat is that each fasta header needs a unique name. For example, there may be chr1 in multiple genomes. So you may need to make them unique, such as: chr1_genome1 and chr1_genome2.

Let me know if I'm misunderstanding your question.

ADD COMMENT

Login before adding your answer.

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