Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kentnf
    Member
    • Jan 2009
    • 26

    How to assign values to size factor (DESeq)

    I updated my DESeq recently, but got problem when assigning values (No. of total mapped read) to the size factor.

    here is my code:
    Code:
    libsizes<-c( wt_rep1=18303917, wt_rep2=18947532, mu_rep1=20295971, mu_rep2=18256798)
    sizeFactors(cds)<-libsizes
    cds <- estimateDispersions( cds )
    The R has warnings like this:

    1: In log(ifelse(y == 0, 1, y/mu)) : NaNs produced
    2: step size truncated due to divergence

    Does anyone encounter the same problem or know the reason.

    Thanks a lot!
  • kentnf
    Member
    • Jan 2009
    • 26

    #2
    By the way, I got another warning when analysis data without replicate using DESeq.

    when running below script follows the manual:
    cds1<-estimateDispersions( cds1, method="blind", sharingMode="fit-only" )

    I got the warning like this:
    Warning message:
    In parametricDispersionFit(means, disps) : Dispersion fit did not converge.

    Comment

    • labunit
      Member
      • Sep 2010
      • 10

      #3
      I am also experiencing difficulties when trying to use sizeFactors different from those estimated by estimateSizeFactors(). The local fit fails for some datasets when using custom sizeFactors but is successful when using estimateSizeFactors().
      Maybe Simon could shed some light on the dependence of the local fit on the sizeFactors?

      Comment

      • Simon Anders
        Senior Member
        • Feb 2010
        • 995

        #4
        It is rarely a good idea anyway to assign size factors manually. Especially the total number of reads is hardly ever useful. Furthermore, size factors are typically values around1 (they are relative scaling factors), so if you use your own numbers (for whatever reason), better divide them by their geometric mean before assigning them).

        I should remove the explanation how to assign values to sizeFactors from the vignette to make clear that this is not something one should usually do.

        Comment

        • frymor
          Senior Member
          • May 2010
          • 151

          #5
          I get this same massage without having to calculate my own size factors. I have three replica and I use the default settings of the package.

          I still get this message . Is it because the size factors differs so greatly from each other?
          Code:
          [1] "sizeFactors( cds )"
                      rep1_1                 rep1_2                 rep1_3 
                     0.8318137            0.8369557            0.8329977 
                      rep2_1                 rep2_2                 rep2_3
                     1.2068798            1.2132170            1.2147831

          Comment

          Latest Articles

          Collapse

          • mylaser
            Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by mylaser
            Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
            If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
            This guide explains everything you need to know about...
            Yesterday, 01:13 AM
          • SEQadmin2
            Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
            by SEQadmin2



            Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
            ...
            07-09-2026, 11:10 AM
          • SEQadmin2
            Cancer Drug Resistance: The Lingering Barrier to Rising Survival
            by SEQadmin2



            Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

            There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
            07-08-2026, 05:17 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by SEQadmin2, 07-09-2026, 10:04 AM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-08-2026, 10:08 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-07-2026, 11:05 AM
          0 responses
          30 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 07-02-2026, 11:08 AM
          0 responses
          31 views
          0 reactions
          Last Post SEQadmin2  
          Working...