Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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.

  • #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

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      05-06-2024, 07:48 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 06:57 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    16 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    24 views
    0 likes
    Last Post seqadmin  
    Working...
    X