Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #76
    Code:
    for example we have two fragments.
    S1: ATCGTTGAGCAGACT and S2: TGAGCAGACTTAAGTAGTTTT they have an overlap zone"TGAGCAGACT". so the consensus is:ATCGTTGAGCAGACTTAAGTAGTTTT
    
    we sequenced this two fragments S1 and S2 in paired end reads R1 and R2.
    S1:R1: ATCGTTGAGCA
    S1:R2: AGTCTGCTCAA (illumina read the fragment in the other way so I think that to write in reverse complement. correct me if I'm wrong)
    S2:R1:TGAGCAGACTT
    S2:R2:AAAACTACTTA (reverse complement)I think this way is built the R2.
    
    how to make assembly in this case?
    I speak of here. How the assembly in this case?
    in both files (paired end), is what we must do the merging of the two files?

    Comment


    • #77
      You realize that you are not doing this manually, right? You usually use a program, which creates overlapping/merging reads and gives you the contig.

      Comment


      • #78
        Use Panda or Flash (or probably a number of other programs) to do merging.

        Comment


        • #79
          yes I know.
          I'm talking of phase before getting contigs.
          you know to make an assembly of reads that it must overlap.
          In the case of paired end reads, how to find overlaps between the two files?
          we F1.fq that contains reads RX.1 and F2.fq that contains reads RX.2.
          how to find the overlap between these reads? is what we should do a merging between RX.1 and RX.2?
          So the merging is necessary?
          thanks

          Comment


          • #80
            @Rick/@OTU: In order to avoid a re-hash of things that have been already discussed in other threads I am posting two below.

            Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

            Bridged amplification & clustering followed by sequencing by synthesis. (Genome Analyzer / HiSeq / MiSeq)


            @mido1951 is either mis-understanding some basic concepts about sequencing/assembly or I am not able to understand what @mid1951 wants to know.

            Comment


            • #81
              Originally posted by mido1951 View Post
              yes I know.
              I'm talking of phase before getting contigs.
              you know to make an assembly of reads that it must overlap.
              In the case of paired end reads, how to find overlaps between the two files?
              we F1.fq that contains reads RX.1 and F2.fq that contains reads RX.2.
              how to find the overlap between these reads? is what we should do a merging between RX.1 and RX.2?
              So the merging is necessary?
              thanks
              It's very simple. You do this:

              bbmerge.sh in1=F1.fq in2=F2.fq out=merged.fq outu=unmerged.fq

              Comment


              • #82
                thanks for your answer.
                So, the merging is necessary ??
                thanks

                Comment


                • #83
                  No, merging is optional.

                  Comment


                  • #84
                    if the merging is optional,
                    how to do overlap reads without merging the two files into one file??

                    Comment

                    Latest Articles

                    Collapse

                    • 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
                    • seqadmin
                      The Impact of AI in Genomic Medicine
                      by seqadmin



                      Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
                      02-26-2024, 02:07 PM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, 03-14-2024, 06:13 AM
                    0 responses
                    33 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 03-08-2024, 08:03 AM
                    0 responses
                    72 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 03-07-2024, 08:13 AM
                    0 responses
                    81 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 03-06-2024, 09:51 AM
                    0 responses
                    68 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X