Announcement

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

  • STAR aligner : number of read

    Hi,
    Im' using star to map RNAseq sample in pair-end. But when I check the "..._Log.final.out" file it's mentioned for "number of input read" 17419443 read (for my sample 1).
    But regarding the report of the sequencing facility i'm supposed to have 34838886 read (it mean there is exactly a fold change of 2). It's the same thing for all samples.
    I try to process with one fasteQ among both (but i tried for both). And it's the same, only 17419443 read (for both).
    Probably make sense when I use 1 fq, but i don't understand what happen when i use both.

    Here is my code :

    Code:
    STAR \
    --runThreadN 8 \
    --outFileNamePrefix /path/sample1_ \
    --genomeDir /path/genomeDir \
    --outSAMtype BAM SortedByCoordinate \
    --quantMode GeneCounts \
    --outSAMunmapped Within \
    --outSAMattributes Standard \
    --readFilesIn /path/sample1_1.fq.gz /path/sample1_2.fq.gz \
    --readFilesCommand zcat \
    I tried to solve it by myself but I don't understand.
    If someone understand what happen...

    Best

    Stéphane​

  • #2
    STAR counts each pair as one read.
    From the manual - Note that STAR counts a paired-end read as one read,
    (unlike the samtools flagstat/idxstats, which count each mate separately)
    Josh Kinman

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Advanced Methods for the Detection of Infectious Disease
      by seqadmin




      The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
      ...
      Yesterday, 01:15 PM
    • seqadmin
      Strategies for Investigating the Microbiome
      by seqadmin




      Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
      11-09-2023, 07:02 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 08:12 AM
    0 responses
    15 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-22-2023, 09:29 AM
    1 response
    52 views
    0 likes
    Last Post VilliamPast  
    Started by seqadmin, 11-22-2023, 08:53 AM
    0 responses
    60 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-21-2023, 08:24 AM
    0 responses
    32 views
    0 likes
    Last Post seqadmin  
    Working...
    X