Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Extract random reads

    I'd like to create a small file of reads randomly taken from a much larger file; e.g., from ~200 million to ~10 million or less. The reason is that I just want to play with different mapping/trimming/etc parameters without waiting a day or two for results. I want it to be random to more or less represent the nature of the full file.

    Does anyone know of any tools that can do such a thing? The original file can be BAM, SAM, or FASTQ.

    Thanks,
    Richard Radcliffe

  • #2
    This is often asked.

    Check out previous discussions :

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


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

    Comment


    • #3
      Hi Richard.
      You could easily extract random lines from a file using the e.g. the rand() function in perl.

      Comment


      • #4
        The latest release of Samtools will do this with a simple switch

        Samtools view -s input.bam > output.bam

        where -s is followed by some fractional value between 0.00 and 0.99

        eg. to pull out a random set of 25% of the reads in a bam

        samtools view -s 0.25 in.bam > out.bam
        Michael Black, Ph.D.
        ScitoVation LLC. RTP, N.C.

        Comment


        • #5
          Perfect -- thanks. We had an older version of samtools...

          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, 05-14-2024, 07:03 AM
          0 responses
          24 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-10-2024, 06:35 AM
          0 responses
          44 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-09-2024, 02:46 PM
          0 responses
          58 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 05-07-2024, 06:57 AM
          0 responses
          45 views
          0 likes
          Last Post seqadmin  
          Working...
          X