Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mattia
    Member
    • Aug 2011
    • 30

    #1

    DESeq Estimate Dispersion

    Hi,
    I'm starting to use DESeq package since few days, so I'm not very practice yet. I would ask two question.
    First ten rows of my data file (TXT format) are presented below:

    X6a X6b
    ENSG00000000003 20 10
    ENSG00000000005 0 0
    ENSG00000000419 542 438
    ENSG00000000457 468 338
    ENSG00000000460 94 81
    ENSG00000000938 19604 14802
    ENSG00000000971 178 151
    ENSG00000001036 559 335
    ENSG00000001084 559 312

    1st question: Is my data file in the right format?
    2nd question:
    I execute these commands:
    >fuv6a6b<-read.table("C:/Programmi/R/R-devel/library/DESeq/FUV6/rawcount6a-6b.txt",header=TRUE,sep="\t",row.names=1)

    >conds <- factor( c( "X6a", "X6b"))

    >cds <- newCountDataSet( fuv6a6b, conds )

    >cds <- estimateSizeFactors( cds )

    >sizeFactors( cds )

    >head( counts( cds, normalized=TRUE ) )

    So far, so good! But when I execute this command (for estimate Variance):

    >cds <- estimateDispersions( cds )

    the program print this error message:
    Error in rowSums(sapply(tapply((1:ncol(counts))[replicated_sample], factor(conditions[replicated_sample]), :
    'x' must be an array of at least two dimensions

    How can I solve this problem?

    Thanks a lot.
    Mattia
    Last edited by mattia; 02-08-2012, 02:58 AM.
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    Dear Mattia

    your problem is that you do not have replicates. DESeq should have stated this in the error message; I have to check why the rather cryptic message appeared instead.

    For you to go ahead, please read the section in the vignette about how to proceed without replicates and also look through the various threads here in SeqAnswers that discuss why your chances of getting any useful results from an RNA-Seq experiment without replication are rather slim.

    Simon

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Today, 10:35 AM
    0 responses
    4 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    41 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    47 views
    0 reactions
    Last Post SEQadmin2  
    Working...