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
      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
    30 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    32 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    28 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    52 views
    0 likes
    Last Post seqadmin  
    Working...
    X