Seqanswers Leaderboard Ad

Collapse

Announcement

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

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

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

    • 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
    18 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 10:19 PM
    0 responses
    22 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-10-2024, 09:21 AM
    0 responses
    17 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-04-2024, 09:00 AM
    0 responses
    49 views
    0 likes
    Last Post seqadmin  
    Working...
    X