Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • problem with HTSeq

    hi everyone

    I'm trying to start to use python/HTSeq to try to analyse RNA seq data.
    I'm following a tour through HTSeq but i m having a weird problem

    i can import HTSeq
    and read in a file with the HTSeq.FastqReader
    i can get a name of a read with read.name
    but when i type read.qual python just automatically restart and i have to start over

    does anyone know why this is and how i cna solve this problem?

    thank you

  • #2
    Dear PhD1990

    it's good that you report having a problem. Probably you need to be more specific for someone to be able to help you. Can you provide a

    - reproducible example (i.e. a self-contained piece of code and, if needed, data for others to reproduce your problem)
    - a statement of what the problem is that you experience (any error messages, warnings etc.)
    - an overview over your system (OS, Python version).

    Kind regards
    Wolfgang
    Wolfgang Huber
    EMBL

    Comment


    • #3
      HTSeq: Very few counts recognised

      Hi!
      Ive seen a lot of threads on this, but I can't figure it out. I got 16-60 millions single end reads in each library. Ive used Tophat 2 with UCSC GTF file for hg19.

      This is my code:

      samtools view accepted_hits.bam | \
      htseq-count -m intersection-nonempty -s no -a 10 \
      - UCSC/hg19/genes.gtf \
      > Out.txt

      Here is a typical result, its propotional to the library size:

      no_feature 7013689
      ambiguous 269370
      too_low_aQual 0
      not_aligned 0
      alignment_not_unique 6645341

      How come i get on average 25 - 50% reads that is "no_feature",
      "ambiguous" or "alignment_not_unique".

      This is RNAseq, and if I must visually inspect, how to precede?

      Comment


      • #4
        thanks + second question

        hi everyone

        thank you so much for helping me
        i have found the problem by the way in the tutorial they say you chould download a vcredist x86 2010 version but now i downloaded 2012 and it wordks perfectly

        i have a second question though.

        Now the tutorial is working for me i still have one really weird problem. to count reads you should download exon information from internet? (ensembl or something) but in the tutorial they give a gtf file and that works perfectly, but on internet i can only find gff3 files for for example E coli strains. How do you use these because i see that the content is different from the gtf file?

        is there a standard format? of a place where i can find exon information in gtf version?

        thanks
        grtz

        Sara

        Comment


        • #5
          Hi Sara,

          you can use GFF3 format in HTSeq, you just need to specify the feature (3rd column) using -t flag as it may be different from default which I think is 'gene_id'. For example '-t gene'. Otherwise you can use a conversion script to make a GTF from GFF3, there are a few around in various scripting languages, or I can PM you one I use if you want.

          Bruce.

          Comment


          • #6
            hi Bruce

            that would be really nice if you could send me such a script

            thank you so much

            Sara

            Comment


            • #7
              Originally posted by sindrle View Post
              Hi!
              Ive seen a lot of threads on this, but I can't figure it out. I got 16-60 millions single end reads in each library. Ive used Tophat 2 with UCSC GTF file for hg19.

              [...]

              How come i get on average 25 - 50% reads that is "no_feature",
              "ambiguous" or "alignment_not_unique".
              Is this a GTF file created with UCSC's table browser? If so: These do not work. There is a bug in the Table Browser server, which causes all the gene IDs to contain not the gene ID but the transcript ID.

              Please use a GTF file from another source.

              Simon

              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
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              27 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              24 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              52 views
              0 likes
              Last Post seqadmin  
              Working...
              X