Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • htseq-count : 0 counts per miRNA

    Hi everyone,

    I have fastq files from Illumina small RNA-Seq. My first goal is to analyze differential expression of known miRNAs.

    I trimmed the adapter 3' with cutadapt and mapped the reads with Bowtie. I'm running htseq-count with the hsa.gff3 file from miRBase, but I get 0 counts per miRNA.

    I don't understand what I am doing wrong. I need some help.

    Thanks a lot!

    I used these commands:
    Code:
    bowtie --sam -n 0 -l 15 -e 99999 -k 100 --best --chunkmbs 128 Reference_genome/h_sapiens_37_asm.ebwt/h_sapiens_37_asm reads_trimmed.fasq > aligned.sam
    Code:
    htseq-count -m union -t miRNA -s yes -i Name aligned.sam miRBase/genomes/hsa.gff3

  • #2
    Are you sure the coordinates match, i.e., does the GFF file from miRNA also use assembly 37? And do the chromosome names match? (i.e., either "chr3" in both files, or just "3" in both files, but no mix.)

    Comment


    • #3
      Hi Simon,

      Thanks for your fast answer. I have little experience in bioinformatics approach.

      I used the indexed reference genome from Bowtie official web-page (Assembly 37).
      I think that you are in the correct way about chromosome names match.

      I show you the head of my SAM file:

      Code:
      egrep -ve "^@" aligned.sam | head -n 10
      Head:
      Code:
      HWUSI:3:1:7622:1103 1:N:0:GTTTCG	4	*	0	0	*	*	0	0	AAACCGTTACCATNACTGAGTT	HHHHGHHHHHEGG#G;@=@>HH	XM:i:0
      HWUSI:3:1:4646:1103 1:N:0:GTTTCG	4	*	0	0	*	*	0	0	TTGGGATGTATTCNTACTGTCTGATGTGGAATTCTTGGGT	HBHHHGGDBG>BC#BABBCAGGBGGGGGGDGGG<@*??##	XM:i:0
      HWUSI:3:1:11655:1104 1:N:0:GTTTCG	4	*	0	0	*	*	0	0	GCATTGGTGGTTCNGTGGTAGAATTCTCGC	HHHHHHHHHEDDE#EAA?CBHDGHHHHHHH	XM:i:0
      HWUSI:3:1:3653:1104 1:N:0:GTTTCG	4	*	0	0	*	*	0	0	TGGTTTTCGGAACNGAGGC	HHDHHGDGG<:?:#=977>	XM:i:0
      HWUSI:3:1:10014:1105 1:N:0:GTTTCG	4	*	0	0	*	*	0	0	ACGAGAACTTTGANGGCCGAAGTGGAGAAGGGTGGAATTC	IIIIIIIIIIFFF#EBEEDBIIHIIFHIIIII?IIDGEGG	XM:i:0
      HWUSI:3:1:7574:1106	16	gi|224589820|ref|NC_000008.10|	141742723	255	20M	*	0	0	CTAGACTGTGAGCTCCTCGA	BGGGEGHGHHDDGGDEGGGG	XA:i:0	MD:Z:20	NM:i:0
      HWUSI:3:1:7574:1106	16	gi|224589816|ref|NC_000004.11|	17448685	255	20M	*	0	0	CTAGACTGTGAGCTCCTCGA	BGGGEGHGHHDDGGDEGGGG	XA:i:0	MD:Z:20	NM:i:0
      HWUSI:3:1:7574:1106	16	gi|224589805|ref|NC_000014.8|	100575773	255	20M	*	0	0	CTAGACTGTGAGCTCCTCGA	BGGGEGHGHHDDGGDEGGGG	XA:i:0	MD:Z:20	NM:i:0
      HWUSI:3:1:7574:1106	16	gi|224589822|ref|NC_000023.10|	53408605	255	20M	*	0	0	CTAGACTGTGAGCTCCTCGA	BGGGEGHGHHDDGGDEGGGG	XA:i:0	MD:Z:20	NM:i:0
      HWUSI:3:1:7574:1106	0	gi|224589800|ref|NC_000001.10|	99358453	255	20M	*	0	0	TCGAGGAGCTCACAGTCTAG	GGGGEDGGDDHHGHGEGGGB	XA:i:0	MD:Z:20	NM:i:0
      The 3th field from my SAM file (RNAME ~ reference sequence name) doesn't seem like "chr3" for example (first field in my GFF file). i.e, RNAME = gi|224589820|ref|NC_000008.10|, this is chr8.

      Can you give me some advice?

      Maybe I should use other reference genome, or do a conversion in this field with "sed -e".

      Thanks so much for your help.

      Comment


      • #4
        Maybe I should use other reference genome, or do a conversion in this field with "sed -e".
        The reference genome should match (both your file refer to assembly 37), so, yes, you should simply fix the chromosome names with 'sed'.

        Comment


        • #5
          SOLVED!
          Thanks you so much Simon.

          I fixed RNAME field in the SAM file to his corresponding chromosome name and it works very well. It's my solution : fix it with "sed", "awk", or scripting.

          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
          18 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          22 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          16 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          47 views
          0 likes
          Last Post seqadmin  
          Working...
          X