Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Udmurtia
    Junior Member
    • Jan 2013
    • 1

    #1

    DEXSeq questions and errors

    Hi,

    I've been trying to use DEXseq for my project. (As background, I'm attempting to do pairwise comparison of wild-type versus samples where I've perturbed a gene that regulates alternative splicing. My samples are in triplicate.) I have three questions, and two errors that I've encountered. I've worked through the vignette with the pasilla data with no problems.
    1. Do you have any recommendations for programs to create the input gtf file (to be flattened by dexseq_prepare_annotation.py)? I've tried cuffmerge, but it seems to be too liberal in its definition of gene models, joining adjacent genes. This seems to result in DEXseq missing differentially expressed exons that are "clearly" significant by eye from the mapped reads.
    2. Could you please explain the meaning of the pasillaExons@dispFitCoefs statistic? Also, what are we looking for here, and what is an acceptable value?
    3. All of my data are paired-end reads. Does that mean that the section of the vignette talking about giving this extra information to DEXSeq is irrelevant for me? i.e. is this method only for mixed data? (I'm referring to section 5: Additional technical or experimental variables.)


    Following are warnings/errors that I've encountered.
    1. When estimating log2 fold changes, I got 26 identical warnings. I did not get this error on the pasilla data subset. Are these important?
      Code:
      > ecs <- estimatelog2FoldChanges(ecs)
       There were 26 warnings (use warnings() to see them)
      > warnings()
      Warning messages:
      1: In chol.default(XVX + lambda * I, pivot = TRUE) : matrix not positive definite
      2: In chol.default(XVX + lambda * I, pivot = TRUE) : matrix not positive definite
      ...etc.
    2. The answer to this may depend on the response to (3) above. When attempting to take into account the paired-end nature of my data, I got the following error. I did not get this error on the pasiilla data subset. Can I fix this?

      Code:
      formuladispersion <- count ~ sample + ( condition + type ) * exon
      ecs <- estimateDispersions( ecs, formula = formuladispersion , nCores=8 )
      
      Estimating Cox-Reid exon dispersion estimates using 8 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 ‘"character"’
      In addition: Warning message:
      In parallel::mclapply(allecs, FUN = funtoapply, mc.cores = mc.cores) :
        all scheduled cores encountered errors in user code


    Thanks in advance.


    <EDIT>========================================<EDIT>


    Originally posted by Udmurtia View Post
    1. Do you have any recommendations for programs to create the input gtf file (to be flattened by dexseq_prepare_annotation.py)? I've tried cuffmerge, but it seems to be too liberal in its definition of gene models, joining adjacent genes. This seems to result in DEXseq missing differentially expressed exons that are "clearly" significant by eye from the mapped reads.
    I've done a bit more troubleshooting regarding this issue. If I manually split off the gene of interest, creating the "correct" gene model, DEXSeq does find significance, as expected. It seems that I really do need good gene models to input into DEXSeq. I've made a screenshot of the relevent gene, showing coverage of my 12 samples. I've marked with (1) where the alternative splicing is not detected using cuffmerge's gtf file. The upstream and downstream genes are connected to this gene according to cuffmerge. One example of this is marked by (2), where the low-level reads from adjacent genes overlap with each other. At (3), it's not so much a low level of reads, but longer mRNAs in some samples that overlap with other samples. Looking by eye, it seems obvious (to me) that these three genes are separate. Is there a way to make cuffmerge agree, and/or are there other tools that would do better?

    Last edited by Udmurtia; 02-02-2013, 05:39 PM.

Latest Articles

Collapse

  • SEQadmin2
    How Immunogenomics Decodes Immunity’s Genetic Blueprint
    by SEQadmin2




    The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

    This convergence of genetics, immunology, and computation...
    Yesterday, 05:41 AM
  • 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

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by SEQadmin2, 08-24-2026, 10:32 AM
0 responses
42 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-20-2026, 11:17 AM
0 responses
48 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-18-2026, 10:05 AM
0 responses
55 views
0 reactions
Last Post SEQadmin2  
Started by SEQadmin2, 08-13-2026, 12:22 PM
0 responses
50 views
0 reactions
Last Post SEQadmin2  
Working...