Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • parameters for Denovo assembly

    for bacterial genome

    how the parameters bubble size , K-mer , Length size , contig length , mimatch cost , insertion cost , deletion cost , length fraction , similarity fraction effects for Illumina data in Denovo Assembly

  • #2
    The documentation of the program should explain each of these parameters in great detail.

    Comment


    • #3
      Guys, I am new to NGS and have a problem. I have been provided with fastq sequences of an yeast which are 66 in numbered and of the order abcd_2_NoIndex_L002_R1_001.fastq upto abcd_2_NoIndex_L002_R33_001.fastq and similarly abcd_2_NoIndex_L002_R2_001.fastq upto abcd_2_NoIndex_L002_R2_033.fastq and have been told it's a paired end data. How do i carry out de novo assembly of the same as i am interested in finding out the presence of certain genes of interest. I had been told that velvet is one such assembler for these, but it accepts only one pair of r interleaved files for processing. How do i modify my files according to velvet standards. Kindly guide me on the commands and steps required for the same. Thanks a ton in advance.

      Comment


      • #4
        diptarka,
        Within your velvet directory there should be a perl script called shuffleSequences_fasta.pl

        This will order your 2 fastq files into a single, correctly ordered file.

        Usage From Velvet Manual:
        ./shuffleSequences_fasta.pl forward_reads.fa reverse_reads.fa output.fa

        Comment


        • #5
          @jgibbons1:
          actually i have in total 66 fastq files. i know the shufflesequences.pl script. what i am asking is the 33 fastq files for the forward end that i have, can i combine them all into 1? and so for the rest 33 for paired end?otherwise the shufflesequences.pl script won't run. I was asking whether the procedure is correct or not? cos, i just don't have two fastq files, i have 33+33 fastq files that are paired end.

          Comment


          • #6
            Ahhh...I see, sorry I miss understood.

            It sounds like you have 2 options:

            (1) Use the shufflesequences.pl script on each of the 33 pairs
            Velvet can handle multiple input files, so you can list all files in velveth, or simply use a wildcard -shortPaired *.fastq

            (2) Merge the 33 forward and 33 reverse fastq files and then run the shufflesequences.pl script

            You can merge files in a unix environment using the 'cat' command. If you go with this route, be sure to keep the files in the same order.

            Comment


            • #7
              @jgibbons1:
              i can merge the 33 files into one single abcd_1.fastq and similarly the rest into abcd_2.fastq. But, the read info won't be hampered is it?I have actually done that, but was unsure whether further processing via this method will hamper or not.

              Comment


              • #8
                Merging the files shouldn't change any information in the files themselves. The key part is making sure the files in both reads are merged in the same order to maintain their pairing.

                Comment


                • #9
                  by same order you mean sequentially right from 1 to 33 for one end and 1 to 33 for the other. I guess the cat command in linux will merge sequentially.

                  Comment


                  • #10
                    Do, any filtering of the reads necessary before the files are merged and interleaved for velvet to be run?any qc checks required?

                    Comment


                    • #11
                      Exactly what kcchan said. Just make sure you merge the files in the same order (1, 2, 3...33) in both read sets.

                      Filtering is a different story. If you are trimming the file as a whole, (i.e. trim 10 bp from beginning and end) there should be no problem. If you are filtering reads individually you need to be careful that bad reads are removed from both files. A quick way to check if this worked correctly is by checking the number of reads in each file at the end of filtering:

                      wc -l yourfile.fastq | awk '{seq=$1/4} END {print seq}'

                      Comment

                      Latest Articles

                      Collapse

                      • seqadmin
                        Recent Advances in Sequencing Analysis Tools
                        by seqadmin


                        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                        05-06-2024, 07:48 AM
                      • seqadmin
                        Essential Discoveries and Tools in Epitranscriptomics
                        by seqadmin




                        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                        04-22-2024, 07:01 AM

                      ad_right_rmr

                      Collapse

                      News

                      Collapse

                      Topics Statistics Last Post
                      Started by seqadmin, Yesterday, 06:57 AM
                      0 responses
                      12 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 05-06-2024, 07:17 AM
                      0 responses
                      16 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 05-02-2024, 08:06 AM
                      0 responses
                      19 views
                      0 likes
                      Last Post seqadmin  
                      Started by seqadmin, 04-30-2024, 12:17 PM
                      0 responses
                      24 views
                      0 likes
                      Last Post seqadmin  
                      Working...
                      X