Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Estimate tophat2 parameters from rnaseq data?

    I have some pre-computed bam files which I need to run tophat2 fusion search. Can anyone guide me as to how to use these RNA metrics to determine tophat2 parameters e.g. mate_inner_dist, --mate_std_dev, --fusion-anchor-length, for fusion search and what other metric I should obtain in general for QC of RNASeq data?


    1. From an earlier post, I calculated using the same formula:
    Application of sequencing to RNA analysis (RNA-Seq, whole transcriptome, SAGE, expression analysis, novel organism mining, splice variants)


    samtools view -F 0x4 Sample1_GRCh37-lite_rnaseq.bam | awk '{if ($9 >0) {sum+=$9;sumsq+=$9*$9;N+=1}} END {print "mean = " sum/N " SD=" sqrt(sumsq/N - (sum/N)**2)}'

    mean = 26950.7 SD=1.55517e+06 (these numbers do not make sense to me). Aren't these too big?

    2. Then I ran samtools and picard by first converting to fastq (paried end data), then running bwa on 1.fastq and 2.fastq and then samtools view,sort,index and finally ran the following using picard tools to get some metrics.

    CollectMultipleMetrics.jar and I got: Mean_Read_Length=75 for all pairs; Total_reads_pf_reads=85000421, MEAN_QUALITY=36.08
    MarkDuplicates: Percent_duplicated=30.7%

    Thanks.

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, Yesterday, 06:57 AM
0 responses
11 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-06-2024, 07:17 AM
0 responses
16 views
0 likes
Last Post seqadmin  
Started by seqadmin, 05-02-2024, 08:06 AM
0 responses
19 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-30-2024, 12:17 PM
0 responses
24 views
0 likes
Last Post seqadmin  
Working...
X