Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jetse
    Member
    • Nov 2012
    • 38

    #1

    singletons in dexseq_count.py

    Hello everyone,

    I am using the DEXseq library in R. To get the read counts per exon, I used the script dexseq_count.py. When executing this script I get many warnings:
    Code:
    /usr/local/lib64/python2.7/site-packages/HTSeq/__init__.py:592: UserWarning: Read 1350_690_366_F3 claims to have an aligned mate which could not be found. (Is the SAM file properly sorted?)
      "which could not be found. (Is the SAM file properly sorted?)" )
    The used data is paired end dat in color-space format. The BAM file is created with Tophat. When using samtools flagstat I receive this output:
    Code:
    9158190 properly paired (6.38%)
    89796971 singletons (62.59%)
    This data is converted to sam after sorting the bam file with samtools sort. The conversion to SAM is done by samtools view -o <outFile> <inFile>.

    When ignoring the warnings of dexseq_count.py, I can load the data in R. But when using the function estimateDispersions, I get the error:
    Code:
    Dispersion estimation. (Progress report: one dot per 100 genes)
    Error in FUN(c("ENSG00000000003", "ENSG00000000419", "ENSG00000000457",  : 
      Underdetermined model; cannot estimate dispersions. Maybe replicates have not been properly specified.
    In addition: Warning messages:
    1: In .local(object, ...) :
      Exons with less than 10 counts will not be tested. For more details please see the manual page of 'estimateDispersions', parameter 'minCount'
    2: In .local(object, ...) :
      Genes with more than 70 testable exons will be omitted from the analysis. For more details please see the manual page of 'estimateDispersions', parameter 'maxExon'.
    This is my R code:
    Code:
    samples <- data.frame(condition,type,row.names=condition)
    pairedGenes <- read.HTSeqCounts(countfiles = c(paired,single), design = samples, flattenedfile = annotationfile)
    pairedExons <- estimateSizeFactors(pairedGenes)
    pairedExons <- estimateDispersions(pairedExons)
    How can I solve this error?
    Is this error occur because of the warnings of dexseq_count.py?
    And does the error of dexseq_count.py occur because of the singletons from tophat?
  • areyes
    Senior Member
    • Aug 2010
    • 165

    #2
    Dear Jetse,

    As the error in DEXSeq indicates, it occurs because you do not have biological replicates.

    Alejandro

    Comment

    Latest Articles

    Collapse

    • 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
      ...
      Yesterday, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM
    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 02:55 AM
    0 responses
    8 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    12 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-23-2026, 11:41 AM
    0 responses
    12 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-20-2026, 11:10 AM
    0 responses
    24 views
    0 reactions
    Last Post SEQadmin2  
    Working...