Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ahmetz
    Member
    • Jun 2011
    • 23

    DEXSeq - creating new ExonCountSet from scratch

    I've been wanting to see differential exon usage between two samples and found out about DEXSeq recently. I used the given scripts and generated flattened .GTF file from the .GTF I used to align my reads with TopHat. I generated read numbers from the .SAM files as well.

    I am not 100% sure if I'm creating the esc object though. Here's my design d.frame:

    Code:
    > design
                       condition replicate       type 
    cancer.read.counts    cancer         1 single-end
    hesc.read.counts        hesc         1 paried-end
    and this is the exon count set

    Code:
    > ECS
    ExonCountSet (storageMode: environment)
    assayData: 522962 features, 2 samples 
      element names: counts 
    protocolData: none
    phenoData
      sampleNames: cancer.read.counts hesc.read.counts
      varLabels: sizeFactor condition ... countfiles (5 total)
      varMetadata: labelDescription
    featureData
      featureNames: ENSG00000000003:001 ENSG00000000003:002 ... ENSG00000258375:001 (522962 total)
      fvarLabels: geneID exonID ... transcripts (13 total)
      fvarMetadata: labelDescription
    experimentData: use 'experimentData(object)'
    Annotation:
    after estimating size factors, I call the estimateDispersions function and got this error:

    Code:
    > ECS <- estimateDispersions(ECS, nCores = 12)
    Estimating Cox-Reid exon dispersion estimates using 12 cores. (Progress report: one dot per 100 genes)
    Error in function (classes, fdef, mtable)  : 
      unable to find an inherited method for function "fData", for signature "NULL"
    Any ideas what this error might mean?

    Thanks!
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    I'm not sure why the error message is not more informative, but the the reason is probably that you do not have any replicates and hence, a statistical analysis is not possible.

    Comment

    Latest Articles

    Collapse

    • GATTACAT
      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by GATTACAT
      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
      07-01-2026, 11:43 AM
    • SEQadmin2
      Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by SEQadmin2


      I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

      Here are nine questions we think about, in roughly the order they matter, before...
      06-18-2026, 07:11 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 11:08 AM
    0 responses
    6 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-30-2026, 05:37 AM
    0 responses
    11 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-26-2026, 11:10 AM
    0 responses
    19 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-17-2026, 06:09 AM
    0 responses
    53 views
    0 reactions
    Last Post SEQadmin2  
    Working...