Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    Originally posted by lhlbio View Post
    hi,
    very thanks for that ,now I have BAM files and how can I extracting exon reads from BAM using Samtools?
    any ideas will be awesome!


    Thanks,
    huili

    I assume that you have aligned reads to the whole genome, and now want to filter for only those reads that hit exons?

    Get a .bed file of exon boundaries, and use BEDTools intersectBed to filter the .bam;

    Comment


    • #17
      Originally posted by swbarnes2 View Post
      I assume that you have aligned reads to the whole genome, and now want to filter for only those reads that hit exons?

      Get a .bed file of exon boundaries, and use BEDTools intersectBed to filter the .bam;
      Yes, some exom sequencing are what I have done ,now I can try to filter my exom reads by applying your command ,but I havn't use BEDTools before ! now I must learn someting !
      thanks very much!

      Comment


      • #18
        Originally posted by cwisch88 View Post
        lhlbio,

        If you have the annotations for your reference you can collect them all in the: 'chr1:start-end' format and then run this command:

        samtools view aln.sorted.bam chr2:20,100,000-20,200,000 [region2 [...]]

        If that doesn't work because there are too many arguments; I'd do each one separately in a shell script and then 'samtools merge' the results.
        very thanks, I use the command "samtools view aln.sorted.bam chr2:20,100,000-20,200,000 [region2 [...]]",and it does work,but I can't understand it on the screen of linux operation interface.
        if I can write it into some files as using "R" do? or other methods ? any help will be appreciated!

        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...
          Today, 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, Today, 07:17 AM
        0 responses
        8 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
        20 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-29-2024, 10:49 AM
        0 responses
        28 views
        0 likes
        Last Post seqadmin  
        Working...
        X