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
    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, 04-11-2024, 12:08 PM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
57 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
51 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
56 views
0 likes
Last Post seqadmin  
Working...
X