Announcement

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

  • No significant genes in RNA-seq analyses

    Hi all
    I am doing RNA-seq analyses using tophat and cufflinks. I followed all the steps of nature protocol papers without any problem except the 'cummRbund' portion.

    I am adding selected snippet results below.

    Code:
    > 
    cuff_data <- readCufflinks("diff_out")
    > cuff_data
    CuffSet instance with:
    	 2 samples
    	 35210 genes
    	 65828 isoforms
    	 46226 TSS
    	 24611 CDS
    	 35210 promoters
    	 46226 splicing
    	 20203 relCDS
    > csVolcano(genes(cuff_data), 'C1', 'C2')
    Warning message:
    Removed 6924 rows containing missing values (geom_point). 
    > gene.diff[gene.diff$significant=='yes',]
     [1] gene_id          sample_1         sample_2         status           value_1          value_2          log2_fold_change test_stat       
     [9] p_value          q_value          significant     
    <0 rows> (or 0-length row.names)
    > getSig(cuff_data,alpha=0.05,level='genes')
    character(0)
    > mySigGeneIds<-getSig(cuff_data,alpha=0.5,level='genes')
    > getSig(cuff_data,alpha=0.5,level='genes')
    character(0)
    > length(getSig(cuff_data,alpha=0.9,level='genes'))
    [1] 6759
    I am amazed not to see anything differentially expressed. I am wondering if I did any mistake during the entire run.
    My 'volcanoplot' also does not show any significant point in the label, however, I see some points that are above 2.0 on y-axis, demonstrating a p-value of 0.001.

    I read some other posts suggesting to use edgeR.


    Thanks and help appreciated
    Last edited by fahim; 03-26-2013, 07:55 AM.

Latest Articles

Collapse

  • seqadmin
    Advanced Methods for the Detection of Infectious Disease
    by seqadmin




    The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
    ...
    Yesterday, 01:15 PM
  • seqadmin
    Strategies for Investigating the Microbiome
    by seqadmin




    Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
    11-09-2023, 07:02 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, Yesterday, 08:12 AM
0 responses
15 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-22-2023, 09:29 AM
1 response
52 views
0 likes
Last Post VilliamPast  
Started by seqadmin, 11-22-2023, 08:53 AM
0 responses
59 views
0 likes
Last Post seqadmin  
Started by seqadmin, 11-21-2023, 08:24 AM
0 responses
32 views
0 likes
Last Post seqadmin  
Working...
X