Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • C9r1y
    Junior Member
    • Jan 2013
    • 8

    Co-culture data to align to multiple genomes

    Hello,

    I am looking for a way to align Illumina data to two different bacterial genomes. I have been using bowtie, and thought at first to keep the genomes separate, but I also have created a merged fasta file. Once aligned, any idea of good analysis pipeline? This data is of 8 samples, some of which are from co-cultures of the two bacteria types. Thanks for any ideas.
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    Originally posted by C9r1y View Post
    Hello,

    I am looking for a way to align Illumina data to two different bacterial genomes. I have been using bowtie, and thought at first to keep the genomes separate, but I also have created a merged fasta file. Once aligned, any idea of good analysis pipeline? This data is of 8 samples, some of which are from co-cultures of the two bacteria types. Thanks for any ideas.
    For sure, align to a reference multi-fasta that has both possible genomes. The last thing you want is for the software to take a read that matches genome 1, and be forced to align it to genome 2, because you didn't give it the option of aligning to genome 1.

    After aligning, you can use samtools or awk or whatever to break down the .bam, and look at which reads align where, and how uniquely.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    38 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...