Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to get a contig of the transcripts for genes from mapped file?

    How to get a contig of the transcripts for genes from mapped file?
    I want output a sequence as a result of generating a contig from the mapped sequence data. Thank you!

  • #2
    Take a look at this thread: http://seqanswers.com/forums/showthread.php?t=28281

    I assume you know the boundaries of your genes so you could use the -r (region) option with samtools mpileup to get consensus sequence. Keep in mind that this is not going to give you sequences for alternate transcripts (if there are any in that region).

    Comment


    • #3
      Originally posted by GenoMax View Post
      Take a look at this thread: http://seqanswers.com/forums/showthread.php?t=28281

      I assume you know the boundaries of your genes so you could use the -r (region) option with samtools mpileup to get consensus sequence. Keep in mind that this is not going to give you sequences for alternate transcripts (if there are any in that region).
      Thanks.

      (1)Do you mean this command:

      Code:
      samtools mpileup -uf [B][I]reference_genome.fa aligned.bam[/I][/B] | bcftools view -cg - | vcfutils.pl vcf2fq > cns.fq

      (2)
      And if I use -r option, how do I define the gene's start and end

      for example, this is the gene annotaion file GTF file
      Code:
      chr1    unknown exon    11874   12227   .       +       .       gene_id "DDX11L1"; gene_name "DDX11L1"; transcript_id "NR_046018"; tss_id "TSS14844";
      chr1    unknown exon    12613   12721   .       +       .       gene_id "DDX11L1"; gene_name "DDX11L1"; transcript_id "NR_046018"; tss_id "TSS14844";
      chr1    unknown exon    13221   14409   .       +       .       gene_id "DDX11L1"; gene_name "DDX11L1"; transcript_id "NR_046018"; tss_id "TSS14844";
      for gene DDX11L1, is the location the -r ch01: 11874-14409? I am sorry to ask this naive question.
      Last edited by super0925; 05-29-2015, 06:01 AM.

      Comment


      • #4
        That should cover the region for those three exons.

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM
        • seqadmin
          Strategies for Sequencing Challenging Samples
          by seqadmin


          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
          03-22-2024, 06:39 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Working...
        X