Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    In that case, mapping the co-normalized reads and assembling the unmapped portion should be fine. I recommend with this strategy that if you have a pair in which only one read maps, to use both of for assembly, since presumably at least one was not assembled, and the other may have mapped to something that it did not actually come from. Of course, if that generates too much data to assemble, you can also just discard half-mapped pairs.

    Comment


    • #17
      Hi Brian, I am looking for a tool to merge multiple assemblies together but have not had any luck yet. I am wondering if you are aware of any tools like such? Minimus2 would not be ideal because it's merges only two sets, although I am not sure if I could simply divide my total concatenation file into two files to "fool" it. Thanks!

      Comment


      • #18
        Sorry, I'm not aware of such a tool. We used to use Dedupe followed by Minimus2 to merge multiple assemblies. I don't know the details of how Minimus2 was used, but if it is restricted to two files at a time, you could proceed iteratively:

        assembly1 + assembly2 -> combined12
        combined12 + assembly3 -> combined123
        combined123 + assembly4 -> combined1234

        ...etc

        Comment


        • #19
          Hi Brian, sorry for asking for your help again. I am trying to use your bbcountunique.sh but I would like to change the k mer size to a number that is much bigger than 31, say something like 127 because I think 31 is not enough in my case.

          I examined the CalcUniqueness.java file and see the assert statement that makes it smaller than 31. I tried to change it and make it into a class via javac but for some reasons it reports a lot of errors within the java file that is probably due to windows to linux system conversion. However, I am not a guru of JAVA so I am stuck at this point. I could message you my email address if it's easier for you to quickly change that (assuming that's the only thing needed) and send me the updated CalcUniqueness.class file.

          Thanks so much!

          Comment


          • #20
            Sorry, but the reason for the assertion is because the data structures fundamentally won't handle kmers longer than 31, since they are being stored in 64-bit integers. It's possible to modify the code to allow K>31 because I now have some classes that support unlimited-length kmers, but that would take quite a lot of work. You can always disable assertions by adding the flag -da when the program runs - "bbcountunique.sh -da <other arguments>". But it won't give correct results for K>31.

            Generally, I don't see a useful purpose for K>31 with that program - the longer K is, the more errors, which inflate the uniqueness; and K=31 should be sufficient for determining whether you have seen a read before. You won't saturate the K=31 kmer space for read uniqueness plots with Illumina HiSeq machines; that would take 600 million terabases at 2x150bp.
            Last edited by Brian Bushnell; 05-12-2017, 09:45 PM.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM
            • seqadmin
              Techniques and Challenges in Conservation Genomics
              by seqadmin



              The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

              Avian Conservation
              Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
              03-08-2024, 10:41 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 03-27-2024, 06:37 PM
            0 responses
            12 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-27-2024, 06:07 PM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-22-2024, 10:03 AM
            0 responses
            53 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-21-2024, 07:32 AM
            0 responses
            69 views
            0 likes
            Last Post seqadmin  
            Working...
            X