Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Getting transcriptome sequence from RNA-seq reads in FASTA

    Hello,

    So, from Ensembl FTP, we can download a transcriptome file which is a FASTA file containing the header info, which is transcript name, chromosome position, etc. and the dna sequence itself. On the other hand, I have a FASTQ file from RNA-seq experiment.

    What I want to do is, generate the FASTA file like Ensembl transcriptome. I think I read this is called consensus FASTA.

    What I imagine the step to generate this is like this:

    1. Align the reads to the transcriptome reference, we get SAM/BAM
    2. Assemble the SAM/BAM according to coordinate
    3. Solve the occurence of SNP and indel
    4. Generate FASTA file with header information and sequence assembled from step 3

    For step 1, I know I can use bowtie2. For step 2, I don't know the tools but I think I can write my own program. The problem is step 3. I don't know how.
    In that case, probably you can suggest me well known pipeline to do this because I think this is a general things to do.

    What do you suggest for that? Thank you for your reply.
    Last edited by barbarian; 03-03-2016, 08:32 PM.

  • #2
    I think you can do most of what you want (following the bowtie alignment step) with samtools, using samtools sort, index, and then mpileup.

    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
    26 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    29 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    25 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    52 views
    0 likes
    Last Post seqadmin  
    Working...
    X