Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • anyone1985
    Member
    • Mar 2009
    • 68

    Problem of New DESeq without any replicates

    Recently, I do some RNA-seq analysis. The old version of DESeq do well with the data set without any replicate. However, I came across some error when i ran the newest version following the userguide. Please help.

    > cds
    CountDataSet (storageMode: environment)
    assayData: 49 features, 2 samples
    element names: counts
    protocolData: none
    phenoData
    sampleNames: zhuan L158
    varLabels: sizeFactor condition
    varMetadata: labelDescription
    featureData: none
    experimentData: use 'experimentData(object)'
    Annotation:
    > cds=estimateDispersions(cds, methold="blind", sharingMode='fit-only')
    Error in rowSums(sapply(tapply((1:ncol(counts))[replicated_sample], factor(conditions[replicated_sample]), :
    'x' must be an array of at least two dimensions
    In addition: Warning message:
    In .local(object, ...) :
    in estimateDispersions: Ignoring extra argument(s).
  • sdriscoll
    I like code
    • Sep 2009
    • 436

    #2
    > cds=estimateDispersions(cds, methold="blind", sharingMode='fit-only')

    should be

    > cds=estimateDispersions(cds, method="blind", sharingMode='fit-only')

    Also try including the fitType setting:

    > cds=estimateDispersions(cds, method="blind", sharingMode='fit-only',fitType="local")
    /* Shawn Driscoll, Gene Expression Laboratory, Pfaff
    Salk Institute for Biological Studies, La Jolla, CA, USA */

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    29 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    39 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...