Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • adrian
    Member
    • Oct 2009
    • 90

    smaller bam file given a bed file

    Hi:

    When I load accepted_hits.bam from Tophat and Junctions.bed into IGV to visualize splicing events for two samples, due to memory IGV responds slow.


    I wanted to make a smaller BAM file from larger BAM file by supplying only those regions I see splicing differences (output from Cuffdiff).

    Given a GTF or BED file and large size accepted_hits.bam BAM file, can I make smaller size BAM file.

    For a given position, I know how to do;
    samtools view bam chr1:11111-22222...

    I don't know how I can supply BED or GTF to samools..

    Thanks
    Adrian
  • dariober
    Senior Member
    • May 2010
    • 311

    #2
    Originally posted by adrian View Post
    I don't know how I can supply BED or GTF to samools..
    Hi- Check the -L option in samtools view.
    Dario

    Code:
    samtools view -h
    
    Usage:   samtools view [options] <in.bam>|<in.sam> [region1 [...]]
    
    Options: -b       output BAM
             -h       print header for the SAM output
             -H       print header only (no alignments)
             -S       input is SAM
             -u       uncompressed BAM output (force -b)
             -1       fast compression (force -b)
             -x       output FLAG in HEX (samtools-C specific)
             -X       output FLAG in string (samtools-C specific)
             -c       print only the count of matching records
             -L FILE  output alignments overlapping the input BED FILE [null]
             -t FILE  list of reference names and lengths (force -S) [null]
             -T FILE  reference sequence file (force -S) [null]
             -o FILE  output file name [stdout]
             -R FILE  list of read groups to be outputted [null]
             -f INT   required flag, 0 for unset [0]
             -F INT   filtering flag, 0 for unset [0]
             -q INT   minimum mapping quality [0]
             -l STR   only output reads in library STR [null]
             -r STR   only output reads in read group STR [null]
             -s FLOAT fraction of templates to subsample; integer part as seed [-1]
             -?       longer help

    Comment

    • adrian
      Member
      • Oct 2009
      • 90

      #3
      Oh.. I missed it. That was embarrassing.. it was right there.

      Thanks for pointing out.

      -Adrian.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Pathogen Surveillance with Advanced Genomic Tools
        by seqadmin




        The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
        03-24-2025, 11:48 AM
      • seqadmin
        New Genomics Tools and Methods Shared at AGBT 2025
        by seqadmin


        This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

        The Headliner
        The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
        03-03-2025, 01:39 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 10:17 AM
      0 responses
      7 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-20-2025, 05:03 AM
      0 responses
      49 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-19-2025, 07:27 AM
      0 responses
      59 views
      0 reactions
      Last Post seqadmin  
      Started by seqadmin, 03-18-2025, 12:50 PM
      0 responses
      50 views
      0 reactions
      Last Post seqadmin  
      Working...