Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • RNA Seq counts on sorted data

    I am using htseq-count to get gene counts from paired-end illumina data. Alignment was done by tophat.

    When I used accepted_hits.bam after sorting the bam file with default option of sort by position

    samtools sort accepted_hits.bam accepted_hits_test &
    samtools view accepted_hits_test.bam | htseq-count --mode=intersection-nonempty - genes.gtf > genecounts1.txt

    I got warnings - 'Is SAM properly sorted?'. But I got gene counts.


    When I sorted BAM file with sort -n option and run htseq-count for gene counts, using the following commands, I didn't get any warnings except about the non-availability of information on Chr M in gtf file.

    samtools sort -n accepted_hits.bam accepted_hits_sortedN &
    samtools view accepted_hits_sortedN.bam | htseq-count --mode=intersection-nonempty - genes.gtf > genecounts2.txt


    Counts obtained in both the ways were different. Counts in genecounts1.txt are aproximately half to the counts obtained in genecounts2.txt. And, counts obtained form Cufflinks are matching with genecounts1.txt (sort by position)

    Which one should I rely on - genecounts1 ? or genecounts2 ?


    Thanks,
    Sandhya

Latest Articles

Collapse

  • 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
  • seqadmin
    Essential Discoveries and Tools in Epitranscriptomics
    by seqadmin




    The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
    04-22-2024, 07:01 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Today, 07:03 AM
0 responses
10 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-10-2024, 06:35 AM
0 responses
29 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-09-2024, 02:46 PM
0 responses
36 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-07-2024, 06:57 AM
0 responses
30 views
0 likes
Last Post seqadmin  
Working...
X