Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • FeatureCounts high counts with strand 0,1,2 option

    Dear featureCounts developers,

    I am working on RNASeq data which is generated using Truseq straded HT kit.

    I have done removing adapters and aligned reads using STAR 2 pass mode.

    And ran feature counts (subread 1.5.1) using -s option three times 0,1 and 2. More reads were mapped to features when I specified -s as "0". But rseqc infer it as reverse stranded.

    Here are the commands which I used:

    featureCounts -t exon -s 1 -T 12 -g gene_id -a genes.gtf -o featurecounts.txt sample.starAligned.sortedByCoord.out.bam

    sum of counts : 34133722

    featureCounts -t exon -s 2 -T 12 -g gene_id -a genes.gtf -o featurecounts.txt sample.starAligned.sortedByCoord.out.bam

    sum of counts : 34029447

    featureCounts -t exon -s 0 -T 12 -g gene_id -a genes.gtf -o featurecounts.txt sample.starAligned.sortedByCoord.out.bam

    sum of counts : 63157326

    Am I using parameters correctly? And summing up counts on 7th column of featurecounts output.Is this right way to predict strand?

    Few observations:

    I observed %GC (49 - 55%) and few overrepresented sequences which are showing as "no hit" in fastqc output. Out of 95% properly paired only 70% were showing as "uniquely mapped" and 20-30% were multimapped.

    Out of that, Only 20-30% mapped reads were assigned to featureCounts in "-s 2" mode (reverse).

    Since our data is from trueseq library. It should be reverse stranded.
    And we should not get high number of counts for both -s 1 and -s 2 options for strand specific data.

    Could you please suggest how can I resolve this issue.

    Thanks In Advance
    Fazulur Rehaman

  • #2
    Your data is most likely reverse stranded if the kit uses dUTP method.
    Confirm this by looking at your reads in IGV. For this, index your .bam files with e.g. samtools (command: samtools index input.bam output.bai).
    In IGV, right click the read area and select alignment color by read strand.

    Therefore you should count with featureCounts(strandSpecific = 2) in R, or -s 2 in BASH for reverse strandedness.
    Last edited by RevTK; 04-26-2018, 04:37 AM.

    Comment

    Latest Articles

    Collapse

    • 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
    • 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...
      05-06-2024, 07:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 05-24-2024, 07:15 AM
    0 responses
    195 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-23-2024, 10:28 AM
    0 responses
    217 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-23-2024, 07:35 AM
    0 responses
    218 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-22-2024, 02:06 PM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Working...
    X