Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • read counts without gff3 file

    I am working with a species that does not have a genome sequenced. There is a partial unigene/EST database that I have used to align some Illumina RNA-Seq reads with tophat2/bowtie2. My problem is with obtaining read counts from the .bam files. Normally, I use HT-Seq but in this case I don't have a gff3 file. Our core bioinformatics director said to use custom perl scripts but that is beyond my expertise. Can anyone help?
    Thanks,
    Craig

  • #2
    Why not do a de novo assembly?

    Comment


    • #3
      @cyendrek I've had the same issue before. Rather than using bowtie2 (which I typically use too) try using seqmap and rseq. Both programs are in the rseq package http://www-personal.umich.edu/~jianghui/rseq/

      You first need to map the reads to the reference (or in your case unigene/EST) using seqmap then you can generate RPKM and read count calculations per gene/EST using rseq. I've used this pipeline quite a bit in the past so let me know if you have any problems.

      Here's an example command line of seqmap allowing 2 mismatches:

      [user]$ seqmap 2 ReadFile.fasta Reference.fasta Output.seqmap /eland:3

      Here's an example command line of rseq assuming read length is 50 bp:

      [user]$ rseq comp_exp -r 50 Reference.fasta Output.seqmap

      This will create a file with the "comp_exp" extension that has the number of mapped reads, number of uniquely mapped reads and rpkm values (among other stats).

      A few words of wisdom, your reads must be in fasta format, so convert fastq to fasta (I use the fastxtoolkit for this). Also, seqmap uses ALOT of memory, so I usually break my read file up into batches of 5-10 million reads. I then mapped these independently against the reference, merge the output files then run rseq on the merged output.

      Good luck!

      Comment

      Latest Articles

      Collapse

      • 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
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 11:49 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      61 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X