Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • edgeR multiple testing

    Hi everybody,

    I've searched a lot but have not found a definitive discussion on this yet.

    I'm using edgeR on a human dataset with 3-4 replicates per group.

    When I follow the edgeR tutorial and export (see code below) I get this:

    Code:
    dispersion = estimateCommonDisp(DGE_timepoints)
    de.com <- exactTest(dispersion, c("healthy-control","disease"))
    out_tags1 = topTags(de.com, n=length(de.com))
    write.table(out_tags1, "out_unadjusted_pvalue.csv", sep="\t")

    gene table.logConc table.logFC table.PValue table.FDR adjust.method
    ENSG00000250644 -20.0951079864 -11.2384935084 1.19615633839674e-08 0.0002112173 BH
    ENSG00000176994 -33.1995219248 -33.633064638 1.27917856074067e-07 0.0009680458 BH

    Note that adjust method is BH, but I am not sure if Pvalue adjustment was carried out by default. In the manual it seems to suggest a further Pvalue adjustment is needed:

    Code:
    # P values adjusted by Benjani-Hochberg method, single column
    out_tags_adjusted = p.adjust(de.com$table$p.value, method="BH")
    
    write.table(out_tags_adjusted, "out_adjusted_pvalue.csv", sep="\t")
    However, the two top results above then get an "adjusted" Pvalue of 1 and 0.3 respectively, and virtually no hits are significantly differently regulated.

    I guess that the initial step is sufficient to implement multiple testing.
    Comments?

  • #2
    You don't need to do any more adjustment. The adjusted values are in the column which is called 'table.FDR'.

    Comment


    • #3
      Ah I see. Thanks for the help!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Advancing Precision Medicine for Rare Diseases in Children
        by seqadmin




        Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
        12-16-2024, 07:57 AM
      • seqadmin
        Recent Advances in Sequencing Technologies
        by seqadmin



        Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

        Long-Read Sequencing
        Long-read sequencing has seen remarkable advancements,...
        12-02-2024, 01:49 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 12-17-2024, 10:28 AM
      0 responses
      26 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-13-2024, 08:24 AM
      0 responses
      43 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-12-2024, 07:41 AM
      0 responses
      29 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 12-11-2024, 07:45 AM
      0 responses
      42 views
      0 likes
      Last Post seqadmin  
      Working...
      X