Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    If you have m samples, then the maximum possible coefficient of variance is achieved if a gene appears in only one samples and has zero counts in the (m-1) other samples. In these cases, you will see a dispersion value close to m. So, all these points in the top left of your plots are likely genes that appear in only one or very few samples and are absent in most other samples. So, if you look at a scatter plot of one sample versus another, most of these genes will just vanish in the bottom-left zero-zero corner. This is why you didnt see them there.

    I don't know what "cdsFilt" is, but removing these genes did make the plot more normal looking. However, note that if you zoomed in your previous plot into the region with mean > 10, it looks quite the same as the new plot. So your results shouldn't change much, i.e., the filtering might not even have been necessary.

    Comment


    • #17
      Hi Simon, by cdsFilt I mean I did the following:

      cdsFilt:

      rs <- rowSums ( counts ( cds ))
      use <- (rs > quantile(rs, 0.4))
      table(use)
      FALSE TRUE
      10,000 15,243
      #Proceed with only filtered data (15,243 genes)
      cdsFilt <- cds[ use, ]

      cdsFilt <- estimateDispersions( cdsFilt )

      #View dispersion estimates
      str( fitInfo(cdsFilt) )

      #Plot filtered dispersions
      plot(
      rowMeans( counts( cdsFilt, normalized=TRUE ) ),
      fitInfo(cdsFilt)$perGeneDispEsts,
      pch = '.', log="xy"
      )
      xg <- 10^seq( -.10, 10, length.out=300 )
      lines( xg, fitInfo(cds)$dispFun( xg ), col="red" )

      If I am going to use this data to test for differential expression and eQTLs, then I think removing the low expression transcripts, while not necessary, would be helpful, as it reduces multiple test correction.

      Comment


      • #18
        Can anyone please help in normalizing rna seq data using EDASeq??
        Thanks

        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
        18 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        22 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        17 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        49 views
        0 likes
        Last Post seqadmin  
        Working...
        X