Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • How to get read-counts for sam files with transcriptome reference??

    Hi,

    I am working on rna-seq data analysis..
    Mapped the reads to transcriptome reference (cDNA fasta file) for wheat using Bowtie2.
    In the next step, I want to get the read counts.. I tried using featureCounts from Rsubread, but I get errors of the likes:

    "
    Warning: failed to find the gene identifier attribute in the 9th column of the provided GTF file.
    The specified gene identifier attribute is 'transcript_id'
    The attributes included in your GTF annotation are 'Parent=transcript:BAE47658;Name=BAE47658-1;constitutive=1;ensembl_end_phase=0;ensembl_phase=0;exon_id=BAE47658-1;rank=1;version=1'
    "

    But, the gff3 file i provided has trancript_id identifiers also.

    In one case, I used GTF.attrType="protein_id" & GTF.featureType="CDS".. There was no warning in this case.. But the asigned reads were 0.

    Also, featureCounts expects chromosome numbers in column 3 of sam file, but I have transcript ids as the reference was transcriptome..
    What to use to get read-counts in this case??

    Also, I wrote a perl script to count the number of times reads mapped to each of the transcripts (~15,000).. Can I use the counts obtained from this script?? Because I dont need to gather metafeatures into features and then count..

    I am really confised, please help me out!

  • #2
    Also, I wrote a perl script to count the number of times reads mapped to each of the transcripts (~15,000).. Can I use the counts obtained from this script?? Because I dont need to gather metafeatures into features and then count..
    That will work. How did you handle multi-mappers during alignment? That can skew some of your counts.

    Comment


    • #3
      I used the --very-sensitive option in Bowtie2 while alignment. The use of this option was justified in (https://www.ncbi.nlm.nih.gov/pubmed/27735125 supplementary) to get read counts for homoeologs in wheat. So, this option leads to mapping a read against the best (single) match out of highly identical sequences also..
      Is it alright or am I missing something?

      Also, generally, when taking transcripts as reference, can't featurecounts be used to get read counts? What other softwares may be used? I'll continue using the in-house perl script for now.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Best Practices for Single-Cell Sequencing Analysis
        by seqadmin



        While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
        06-06-2024, 07:15 AM
      • seqadmin
        Latest Developments in Precision Medicine
        by seqadmin



        Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

        Somatic Genomics
        “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
        05-24-2024, 01:16 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 06-14-2024, 07:24 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-13-2024, 08:58 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-12-2024, 02:20 PM
      0 responses
      17 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 06-07-2024, 06:58 AM
      0 responses
      186 views
      0 likes
      Last Post seqadmin  
      Working...
      X